From c86cf03dcefad845ca52b1bb1c9b1baa89105462 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 28 Jun 2015 22:55:19 +0200 Subject: Core/Dependencies: Fix some warnings in G3D --- dep/g3dlite/source/FileSystem.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dep/g3dlite/source/FileSystem.cpp') diff --git a/dep/g3dlite/source/FileSystem.cpp b/dep/g3dlite/source/FileSystem.cpp index 32a84e77048..06e6ff00a5e 100644 --- a/dep/g3dlite/source/FileSystem.cpp +++ b/dep/g3dlite/source/FileSystem.cpp @@ -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 } -- cgit v1.2.3