Skip to content

Commit

Permalink
Use -Wno-cast-function-type to quiet many warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jul 10, 2023
1 parent e8e1238 commit 2124a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2124a02

Please sign in to comment.