diff --git a/configure.ac b/configure.ac index f3a4882..8b17b81 100644 --- a/configure.ac +++ b/configure.ac @@ -296,7 +296,7 @@ if test x$enable_debug != xyes; then CFLAGS="-DNDEBUG $CFLAGS" else if test x$GCC = xyes; then - CFLAGS="-g -pedantic -Wall $CFLAGS" + CFLAGS="-g -pedantic -Wall -Wextra -Wno-unused-parameter $CFLAGS" fi CFLAGS="-DDEBUG $CFLAGS" fi