X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/5889d67dea15cc7641efb20cdaa5a47c6d2cbed1..53aeb0305a32402029bfffb1046f1315d3d4a55a:/librb/configure.ac?ds=sidebyside diff --git a/librb/configure.ac b/librb/configure.ac index 24b1367f..8c0cb29a 100644 --- a/librb/configure.ac +++ b/librb/configure.ac @@ -449,7 +449,7 @@ fi AC_ARG_ENABLE(warnings, AC_HELP_STRING([--enable-warnings],[Enable all sorts of warnings for debugging.]), -[CFLAGS="$CFLAGS -Wall -Werror -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -W -Wno-unused -Wunused-function -Wunused-variable"],[]) +[CFLAGS="$CFLAGS -Wall -Werror -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -W -Wno-unused -Wunused-function -Wunused-variable -Wno-unused-parameter"],[]) AC_SUBST(LDFLAGS) AC_SUBST(PICFLAGS)