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 6d3a66a commit ef24c4cCopy full SHA for ef24c4c
zutil.h
@@ -65,7 +65,9 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
65
/* To be used only when the state is known to be valid */
66
67
/* common constants */
68
-
+#if MAX_WBITS < 9 || MAX_WBITS > 15
69
+# error MAX_WBITS must be in 9..15
70
+#endif
71
#ifndef DEF_WBITS
72
# define DEF_WBITS MAX_WBITS
73
#endif
0 commit comments