]> jfr.im git - solanum.git/blobdiff - librb/configure.ac
librb: Specify -Wno-unused-parameter
[solanum.git] / librb / configure.ac
index 24b1367f61e754a72739b76e8ed9992efc5db3ac..8c0cb29abc8712ee93f90ad5a29da5cd96738d21 100644 (file)
@@ -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)