Skip to content

Commit f733a15

Browse files
nicowilliamsemanuele6
authored andcommitted
Use -Wno-cast-function-type to quiet many warnings
1 parent c8b30df commit f733a15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ LIBJQ_SRC = src/builtin.c src/bytecode.c src/compile.c src/execute.c \
2020
### C build options
2121

2222
AM_CFLAGS = -Wextra -Wall -Wno-missing-field-initializers \
23-
-Wno-unused-parameter -Wno-unused-function
23+
-Wno-unused-parameter -Wno-unused-function \
24+
-Wno-cast-function-type
2425

2526
if WIN32
2627
AM_CFLAGS += -municode

0 commit comments

Comments
 (0)