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 5ad6990 commit af1c28bCopy full SHA for af1c28b
zutil.h
@@ -53,7 +53,9 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
53
/* To be used only when the state is known to be valid */
54
55
/* common constants */
56
-
+#if MAX_WBITS < 9 || MAX_WBITS > 15
57
+# error MAX_WBITS must be in 9..15
58
+#endif
59
#ifndef DEF_WBITS
60
# define DEF_WBITS MAX_WBITS
61
#endif
0 commit comments