From c409e0f9d86f8b2a0dc73a59a5b13a9e2375d23f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 4 Aug 2009 23:39:53 +0200 Subject: configure: Add more warnings to CFLAGS in debug mode Michael --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 540d0ba..14be70a 100644 --- a/configure.ac +++ b/configure.ac @@ -246,6 +246,7 @@ if test x"$debug_enabled" = x"yes" ; then CFLAGS="-Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes $CFLAGS" CFLAGS="-Wmissing-prototypes -Wmissing-declarations $CFLAGS" CFLAGS="-Wpointer-arith -Waggregate-return -Wnested-externs $CFLAGS" + CFLAGS="-Wwrite-strings -Wcomment -Wextra -Wc++-compat $CFLAGS" fi CFLAGS="-Wall -g $CFLAGS" else -- cgit v1.2.3