]> git.neil.brown.name Git - wiggle.git/commitdiff
makefile: add -Wno-missing-field-initializers since {0} is valid C99
authorSean Farley <sean.michael.farley@gmail.com>
Sun, 6 Oct 2013 00:46:33 +0000 (08:46 +0800)
committerSean Farley <sean.michael.farley@gmail.com>
Wed, 9 Oct 2013 00:11:36 +0000 (08:11 +0800)
Makefile

index c64c804b042a6570cac84314f2c614e5537b14ee..e85240c5cd0b68e67fef9c0d378be14e10039fd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 #OptDbg=-O3
 #OptDbg=-O3 -march=pentium2
 OptDbg=-ggdb
-CFLAGS=$(OptDbg) -I. -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
+CFLAGS=$(OptDbg) -I. -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
 
 # STRIP = -s
 INSTALL = /usr/bin/install