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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user