From: Wilfried Göesgens Date: Fri, 20 Feb 2009 21:54:10 +0000 (+0000) Subject: * remove pedantic for now. X-Git-Tag: v7.86~1428 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=58abd7d86a61ce77ec23ffbac00ff55e4e382813 * remove pedantic for now. --- diff --git a/webcit/configure.ac b/webcit/configure.ac index 71dc4e14d..eb3fd9ea5 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -63,10 +63,12 @@ dnl Configure compiler flags for GCC if test "$GCC" = yes; then case "$host" in *-*-solaris*) - CFLAGS="$CFLAGS -Wall -Wno-char-subscripts --pedantic" +dnl CFLAGS="$CFLAGS -Wall -Wno-char-subscripts --pedantic" + CFLAGS="$CFLAGS -Wall -Wno-char-subscripts" ;; *) - CFLAGS="$CFLAGS -Wall --pedantic" +dnl CFLAGS="$CFLAGS -Wall --pedantic" + CFLAGS="$CFLAGS -Wall" ;; esac fi