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 901f9d5 commit 343d201Copy full SHA for 343d201
Make
@@ -272,7 +272,7 @@ ${make-make} \
272
${DEVELOPER:+"DEVELOPER=YesPlease"} \
273
SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \
274
SPATCH_BATCH_SIZE=16 \
275
- CFLAGS="-g -Wall -Wunused -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \
+ CFLAGS="-g -Wdeclaration-after-statement ${O:+ $O}" \
276
${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
277
"$@"
278
status=$?
0 commit comments