From b41993b04329ecb3a87b45fcd6f17b892af244d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 12 Jan 2009 19:42:08 +0000 Subject: [PATCH] * make pedantic. --- webcit/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2