From: Wilfried Göesgens Date: Mon, 12 Jan 2009 19:42:08 +0000 (+0000) Subject: * make pedantic. X-Git-Tag: v7.86~1620 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b41993b04329ecb3a87b45fcd6f17b892af244d0 * make pedantic. --- diff --git a/webcit/configure.ac b/webcit/configure.ac index 786e43a2d..8f922ff66 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -63,10 +63,10 @@ dnl Configure compiler flags for GCC if test "$GCC" = yes; then case "$host" in *-*-solaris*) - CFLAGS="$CFLAGS -Wall -Wno-char-subscripts" + CFLAGS="$CFLAGS -Wall -Wno-char-subscripts --pedantic" ;; *) - CFLAGS="$CFLAGS -Wall" + CFLAGS="$CFLAGS -Wall --pedantic" ;; esac fi