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: Tue, 05 Jun 2001 13:32:35 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/06/05 13:32:35

Modified files:
        geas           : configure.in 

Log message:
        added even more compiler warnings. Seems we just can't get enough of 
them :)

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

Patches:
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.26 gnue/geas/configure.in:1.27
--- gnue/geas/configure.in:1.26 Fri May 25 07:47:08 2001
+++ gnue/geas/configure.in      Tue Jun  5 13:32:35 2001
@@ -20,7 +20,7 @@
 
 dnl Enable more compiler warnings.
 if test "$GCC"; then
-    CFLAGS="$CFLAGS -Wall"
+    CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"
 fi
 
 dnl Checks for header files.



reply via email to

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