commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas configure.in


From: Reinhard Mueller
Subject: gnue/geas configure.in
Date: Wed, 06 Jun 2001 10:18:24 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/06/06 10:18:24

Modified files:
        geas           : configure.in 

Log message:
        removed -Werror - this is really too much for now...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/configure.in.diff?cvsroot=OldCVS&tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.29 gnue/geas/configure.in:1.30
--- gnue/geas/configure.in:1.29 Wed Jun  6 08:57:31 2001
+++ gnue/geas/configure.in      Wed Jun  6 10:18:24 2001
@@ -336,23 +336,18 @@
 [  --enable-more-warnings  Maximum compiler warnings],
 set_more_warnings="$enableval",[
 if test -f $srcdir/CVSVERSION; then
-       set_more_warnings=yes
+    set_more_warnings=yes
 else
-       set_more_warnings=no
+    set_more_warnings=no
 fi
 ])
-AC_MSG_CHECKING(for more warnings, including -Werror)
+AC_MSG_CHECKING(whether to turn on extended compiler warnings)
 if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
-       AC_MSG_RESULT(yes)
-       CFLAGS="\
-       -Wall \
-       -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-       -Wcast-align -Wsign-compare \
-       -Werror \
-       $CFLAGS"
-
+    AC_MSG_RESULT(yes)
+    CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"
+    CFLAGS="$CFLAGS -Wpointer-arith -Wcast-align -Wsign-compare"
 else
-       AC_MSG_RESULT(no)
+    AC_MSG_RESULT(no)
 fi
 
 AC_SUBST(idldir)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]