X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d78b3d64143f165857922e1e695ba4164d61869f..bae41ce1922f02b8af69b4fffbf3b6a2183f9ba7:/src/common/unzip.c?ds=sidebyside 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