Meta/Make: catch decl-after-stmt

This commit is contained in:
Junio C Hamano
2021-11-14 23:26:58 -08:00
parent 3d153c5302
commit 17358c8cf3

2
Make
View File

@@ -282,7 +282,7 @@ ${make-make} \
$jobs \
ETC_GITCONFIG=$prefix/etc/gitconfig \
${DEVELOPER:+"DEVELOPER=YesPlease"} \
${O:+CFLAGS="-g -Wall $O"} \
${O:+CFLAGS="-g -Wall -Wdeclaration-after-statement $O"} \
${tests:+"T=$tests"} \
"$@"
status=$?