We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcf02c commit 8725f30Copy full SHA for 8725f30
Zend/Zend.m4
@@ -221,7 +221,7 @@ else
221
AC_DEFINE(ZEND_DEBUG,0,[ ])
222
fi
223
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"
+test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-clobbered -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare"
225
test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
226
227
if test "$ZEND_ZTS" = "yes"; then
0 commit comments