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 c3d2056 commit 5fe6948Copy full SHA for 5fe6948
Zend/Zend.m4
@@ -212,7 +212,7 @@ else
212
AC_DEFINE(ZEND_DEBUG,0,[ ])
213
fi
214
215
-test -n "$GCC" && CFLAGS="-Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
+test -n "$GCC" && CFLAGS="-Wall -Wextra -Wimplicit-fallthrough=1 -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
216
dnl Check if compiler supports -Wno-clobbered (only GCC)
217
AX_CHECK_COMPILE_FLAG([-Wno-clobbered], CFLAGS="-Wno-clobbered $CFLAGS", , [-Werror])
218
AX_CHECK_COMPILE_FLAG([-Wduplicated-cond], CFLAGS="-Wduplicated-cond $CFLAGS", , [-Werror])
0 commit comments