Skip to content

Commit 7c8a74a

Browse files
committed
Add Wextra warnings and exclude some
1 parent c3e65d9 commit 7c8a74a

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
@@ -221,7 +221,7 @@ else
221221
AC_DEFINE(ZEND_DEBUG,0,[ ])
222222
fi
223223
224-
test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing"
224+
test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-clobbered -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers"
225225
test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
226226
227227
if test "$ZEND_ZTS" = "yes"; then

0 commit comments

Comments
 (0)