mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix unused variable warning on non-Emscripten
Otherwise, the compiler would warn that `sync` is unused.
This commit is contained in:
@@ -887,6 +887,8 @@ bool FILESYSTEM_saveTiXml2Document(const char *name, tinyxml2::XMLDocument& doc,
|
||||
}
|
||||
}));
|
||||
}
|
||||
#else
|
||||
UNUSED(sync);
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user