@leroysheep / rag-system / commits / ea4359883f

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

Junio C Hamano committed Jul 18, 2013 at 17:33 UTC ea4359883f631dd95108cc719033e7658dce39ad
1 file changed +1 -1
Make
+1 -1
index 11fb5520b4..6d82012b3f 100755 --- a/Make +++ b/Make @@ -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