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

todo
Junio C Hamano 2013-07-18 17:33:37 -07:00
parent f9daf882bd
commit ea4359883f
1 changed files with 1 additions and 1 deletions

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