X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/7b203d7411ccf59b58fe5232a66257bed87d5bfa..375d9478a5b6b14bfb5f6e1a054e900a18e40717:/configure.ac 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"