X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d78b3d64143f165857922e1e695ba4164d61869f..c49245f8baabd69afd7302c43474d3bdd247fb89:/src/common/unzip.c diff --git a/src/common/unzip.c b/src/common/unzip.c index ce2260231c..71f4ed2b97 100644 --- a/src/common/unzip.c +++ b/src/common/unzip.c @@ -1296,4 +1296,9 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) return (int)uReadThis; } -#endif +#else + +// the file shouldn't be empty, som compilers don't like it +static const int dummyVariableInUnzip = 17; + +#endif // wxUSE_ZLIB && wxUSE_ZIPSTREAM