Meta/Make: simplify CFLAGS

Junio C Hamano committed Dec 13, 2024 at 08:55 UTC 343d2015e0d0729936019d22fc7399a320506ecd
1 file changed +1 -1
Make
+1 -1
@@ -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}" \
275 + CFLAGS="-g -Wdeclaration-after-statement ${O:+ $O}" \
276 ${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
277 "$@"
278 status=$?