Core/Dependencies: Fix some warnings in G3D

This commit is contained in:
jackpoz
2015-06-28 22:55:19 +02:00
parent 80761849cc
commit c86cf03dce
8 changed files with 138 additions and 3 deletions

View File

@@ -137,6 +137,9 @@ void FileSystem::Dir::computeZipListing(const std::string& zipfile, const std::s
zip_close(z);
z = NULL;
#else
(void)zipfile;
(void)_pathInsideZipfile;
#endif
}