Skip to content

Commit 9ef2fc5

Browse files
committed
Drop -Wno-missing-field-initializers flag
1 parent 61147b0 commit 9ef2fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Zend.m4

+1-1
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 -Wextra -Wno-clobbered -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers"
224+
test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-clobbered -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare"
225225
test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
226226
227227
if test "$ZEND_ZTS" = "yes"; then

0 commit comments

Comments
 (0)