Dep/Misc: Update deps

This commit is contained in:
Aokromes
2015-07-19 14:38:37 +02:00
parent 586f08a923
commit 652c612876
45 changed files with 379 additions and 2057 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
}