Skip to content

Commit 343d201

Browse files
committed
Meta/Make: simplify CFLAGS
1 parent 901f9d5 commit 343d201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ ${make-make} \
272272
${DEVELOPER:+"DEVELOPER=YesPlease"} \
273273
SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \
274274
SPATCH_BATCH_SIZE=16 \
275-
CFLAGS="-g -Wall -Wunused -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \
275+
CFLAGS="-g -Wdeclaration-after-statement ${O:+ $O}" \
276276
${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
277277
"$@"
278278
status=$?

0 commit comments

Comments
 (0)