We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3cde1 commit ffb8d73Copy full SHA for ffb8d73
install-development
@@ -138,8 +138,7 @@ rm -f \
138
139
rm -rf .libs
140
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
+${RE2C_BIN} ${RE2C_FLAGS} -W --no-generation-date -o scanner.c scanner.re
143
144
# Compile lemon
145
${CC} lemon.c -o lemon
0 commit comments