From: Richard Kettlewell Date: Sun, 13 Jun 2010 09:12:27 +0000 (+0100) Subject: Remove -Wbad-function-cast from GCC warnings. X-Git-Tag: branchpoint-5.1~75 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/f87532949a0834686852e1cf59519d948c59eee7 Remove -Wbad-function-cast from GCC warnings. --- 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"