1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

-Werror was a little overzealous.

Older versions of gcc warn about random things. -Werror makes the
built fail on such compilers.
This commit is contained in:
Stephen Dolan
2012-09-18 09:43:44 +01:00
parent 7d8d97933f
commit 5b9bb64a88

View File

@@ -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