From f733a1535ed46ee7a021269c1b10eb6b27821d92 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 10 Jul 2023 18:29:03 -0500 Subject: Use -Wno-cast-function-type to quiet many warnings --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ad284078..e3b3e5a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3