mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Use -Wno-cast-function-type to quiet many warnings
This commit is contained in:
committed by
Emanuele Torre
parent
c8b30dff4a
commit
f733a1535e
@ -20,7 +20,8 @@ LIBJQ_SRC = src/builtin.c src/bytecode.c src/compile.c src/execute.c \
|
||||
### C build options
|
||||
|
||||
AM_CFLAGS = -Wextra -Wall -Wno-missing-field-initializers \
|
||||
-Wno-unused-parameter -Wno-unused-function
|
||||
-Wno-unused-parameter -Wno-unused-function \
|
||||
-Wno-cast-function-type
|
||||
|
||||
if WIN32
|
||||
AM_CFLAGS += -municode
|
||||
|
Reference in New Issue
Block a user