From f87532949a0834686852e1cf59519d948c59eee7 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sun, 13 Jun 2010 10:12:27 +0100 Subject: [PATCH] Remove -Wbad-function-cast from GCC warnings. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69cdea3..f08d42c 100644 --- a/configure.ac +++ b/configure.ac @@ -763,7 +763,7 @@ if test "x$GCC" = xyes; then fi # a reasonable default set of warnings - CC="${CC} -Wall -W -Wpointer-arith -Wbad-function-cast \ + CC="${CC} -Wall -W -Wpointer-arith \ -Wwrite-strings -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs" -- 2.11.0