Skip to content

Commit 8311c10

Browse files
committed
Level 5 for implicit fallthrough to find most usages again
1 parent 6158212 commit 8311c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ else
206206
AC_DEFINE(ZEND_DEBUG,0,[ ])
207207
fi
208208
209-
test -n "$GCC" && CFLAGS="-Wall -Wextra -Wimplicit-fallthrough=1 -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
209+
test -n "$GCC" && CFLAGS="-Wall -Wextra -Wimplicit-fallthrough=5 -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare $CFLAGS"
210210
dnl Check if compiler supports -Wno-clobbered (only GCC)
211211
AX_CHECK_COMPILE_FLAG([-Wno-clobbered], CFLAGS="-Wno-clobbered $CFLAGS", , [-Werror])
212212
AX_CHECK_COMPILE_FLAG([-Wduplicated-cond], CFLAGS="-Wduplicated-cond $CFLAGS", , [-Werror])

0 commit comments

Comments
 (0)