From b25fd2b5d8f6a509730473aed90ac1262e4ac1fd Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 8 Feb 2013 02:34:36 +0100 Subject: Get rid of remaining GCC warnings --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 42a824d..899e9f1 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ nw= nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wundef" # All compiler preprocessors support #if UNDEF nw="$nw -Wtraditional" # All compilers nowadays support ANSI C +nw="$nw -Wstrict-overflow" # yacc/bison generated code uses that.. nw="$nw -Wconversion" # These warnings usually don't point to mistakes. nw="$nw -Wsign-conversion" # Likewise. nw="$nw -Wunused-parameter" # Likewise. -- cgit