Meta/Make: catch decl-after-stmt

todo
Junio C Hamano 2021-11-14 23:26:58 -08:00
parent 3d153c5302
commit 17358c8cf3
1 changed files with 1 additions and 1 deletions

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=$?