From 777f74ea0b1c30d2a17517b676c805b8ad4fccff Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 22 May 2011 16:35:22 +0200 Subject: [PATCH] Added options -Wextra -Wno-unused-parameter for gcc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d15d422..2be314f 100644 --- a/configure.ac +++ b/configure.ac @@ -139,7 +139,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