From 58abd7d86a61ce77ec23ffbac00ff55e4e382813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Fri, 20 Feb 2009 21:54:10 +0000 Subject: [PATCH] * remove pedantic for now. --- webcit/configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2