summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-09-18 09:43:44 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-09-18 09:43:44 +0100
commit5b9bb64a888bbf45e1cfe0dae3159e9bb80e3009 (patch)
tree29ae7171912a4428a46c97819622ddf84abf52ae
parent7d8d97933fda9e3a35eb850da6274fef9884a710 (diff)
-Werror was a little overzealous.
Older versions of gcc warn about random things. -Werror makes the built fail on such compilers.
-rw-r--r--c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/Makefile b/c/Makefile
index ddd49aea..7f58c617 100644
--- a/c/Makefile
+++ b/c/Makefile
@@ -1,4 +1,4 @@
-CC=gcc -Werror -Wextra -Wall -Wno-unused-parameter -std=gnu99 -ggdb -Wno-unused-function
+CC=gcc -Wextra -Wall -Wno-missing-field-initializers -Wno-unused-parameter -std=gnu99 -ggdb -Wno-unused-function
.PHONY: all clean
all: parsertest