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 6158212 commit 8311c10Copy full SHA for 8311c10
Zend/Zend.m4
@@ -206,7 +206,7 @@ else
206
AC_DEFINE(ZEND_DEBUG,0,[ ])
207
fi
208
209
-test -n "$GCC" && CFLAGS="-Wall -Wextra -Wimplicit-fallthrough=1 -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
+test -n "$GCC" && CFLAGS="-Wall -Wextra -Wimplicit-fallthrough=5 -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
210
dnl Check if compiler supports -Wno-clobbered (only GCC)
211
AX_CHECK_COMPILE_FLAG([-Wno-clobbered], CFLAGS="-Wno-clobbered $CFLAGS", , [-Werror])
212
AX_CHECK_COMPILE_FLAG([-Wduplicated-cond], CFLAGS="-Wduplicated-cond $CFLAGS", , [-Werror])
0 commit comments