1
0
forked from GitHub/gf-core

fix warnings detected by MSVC

This commit is contained in:
Krasimir Angelov
2023-05-11 05:52:39 +02:00
parent a514500bba
commit 98165bd8b5
6 changed files with 7 additions and 7 deletions

View File

@@ -1559,8 +1559,8 @@ void PgfDB::commit(object o)
object save_free_descriptors = ms->free_descriptors;
object save_active_revision = ms->active_revision;
int res;
#ifndef _WIN32
int res;
#ifndef MREMAP_MAYMOVE
if (fd < 0) {
ms->active_revision = o;