mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Enable all warnings for re2c (#19051)
This helps noticing issues like GH-17204 and GH-17523 sooner.
This commit is contained in:
@@ -37,7 +37,7 @@ YACC=${YACC:-bison}
|
||||
YACC="$YACC -l"
|
||||
YFLAGS="-Wall"
|
||||
RE2C=${RE2C:-re2c}
|
||||
RE2C_FLAGS="--no-generation-date -i"
|
||||
RE2C_FLAGS="--no-generation-date -i -W"
|
||||
SED=${SED:-sed}
|
||||
MAKE=${MAKE:-make}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user