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:25:03 -0700

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

Modified files:
        geas           : configure.in 

Log message:
        removed -Wpointer-arith because some libc header files cause this 
warning

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

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.30 gnue/geas/configure.in:1.31
--- gnue/geas/configure.in:1.30 Wed Jun  6 10:18:24 2001
+++ gnue/geas/configure.in      Wed Jun  6 10:25:03 2001
@@ -18,11 +18,6 @@
 AC_PROG_INSTALL
 AC_PROG_LN_S
 
-dnl Enable more compiler warnings.
-dnl if test "$GCC"; then
-dnl    CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"
-dnl fi
-
 dnl Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS(unistd.h)
@@ -345,7 +340,7 @@
 if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
     AC_MSG_RESULT(yes)
     CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"
-    CFLAGS="$CFLAGS -Wpointer-arith -Wcast-align -Wsign-compare"
+    CFLAGS="$CFLAGS -Wcast-align -Wsign-compare"
 else
     AC_MSG_RESULT(no)
 fi



reply via email to

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