Skip to content

Commit 3afbcde

Browse files
committed
Try to suppress warning due to unknown compiler flags
1 parent 2e6745b commit 3afbcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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="-Wno-unterminated-string-initialization -I@ext_srcdir@/"
1+
PHP_LEXBOR_CFLAGS="-Wno-unknown-warning-option -Wno-unterminated-string-initialization -I@ext_srcdir@/"
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)