Skip to content

Commit ffb8d73

Browse files
committed
Added -W to re2c flags to catch warnings
1 parent 2b3cde1 commit ffb8d73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install-development

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ rm -f \
138138

139139
rm -rf .libs
140140

141-
echo "${RE2C_BIN} ${RE2C_FLAGS} --no-generation-date -o scanner.c scanner.re"
142-
${RE2C_BIN} ${RE2C_FLAGS} --no-generation-date -o scanner.c scanner.re
141+
${RE2C_BIN} ${RE2C_FLAGS} -W --no-generation-date -o scanner.c scanner.re
143142

144143
# Compile lemon
145144
${CC} lemon.c -o lemon

0 commit comments

Comments
 (0)