Skip to content

Commit c4fef7f

Browse files
committed
Suppress -Wmissing-field-initializers
1 parent 80dcd81 commit c4fef7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lexbor/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP_LEXBOR_CFLAGS="-I@ext_srcdir@/"
1+
PHP_LEXBOR_CFLAGS="-I@ext_srcdir@/ -Wno-missing-field-initializers"
22
LEXBOR_DIR="lexbor"
33

44
AC_DEFINE([HAVE_LEXBOR], [1], [Define to 1 if the PHP extension 'lexbor' is available.])

0 commit comments

Comments
 (0)