Meta/Make: use -Wno-format-zero-length by default

This commit is contained in:
Junio C Hamano
2013-07-18 17:33:37 -07:00
parent f9daf882bd
commit ea4359883f

2
Make
View File

@@ -56,7 +56,7 @@ do
)
done
Wall='-Wall -Wdeclaration-after-statement'
Wall="-Wall -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}"
tests= jobs= skip= oldtest=
case `uname` in