We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659e136 commit 38a0c1cCopy full SHA for 38a0c1c
SSZipArchive/minizip/mz_compat.h
@@ -36,7 +36,7 @@ extern "C" {
36
#endif
37
38
#ifndef MAX_WBITS
39
-#define MAX_WBITS 15 //removed () to surpress warning about ambigious expansion of marco -SSZipArchive
+#define MAX_WBITS 15 //removed () to surpress warning about ambigious expansion of macro -SSZipArchive
40
41
42
#ifndef DEF_MEM_LEVEL
@@ -158,7 +158,7 @@ typedef const char *zipcharpc;
158
#define ZIP_INTERNALERROR (-104)
159
160
#ifndef Z_DEFLATED
161
-#define Z_DEFLATED 8 //removed () to surpress warning about ambigious expansion of marco -SSZipArchive
+#define Z_DEFLATED 8 //removed () to surpress warning about ambigious expansion of macro -SSZipArchive
162
163
164
0 commit comments