]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (WARN_CFLAGS): Disable -W -Wall for the release branch.
authorJeffrey A Law <law@cygnus.com>
Fri, 17 Jul 1998 01:06:29 +0000 (01:06 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 17 Jul 1998 01:06:29 +0000 (19:06 -0600)
        * Makefile.in (WARN_CFLAGS): Disable -W -Wall for the release
        branch.

From-SVN: r21242

gcc/ChangeLog
gcc/Makefile.in

index 1d74c2caea7f9a2d5f318b8fda8fe6dcffff8a39..40ebcc6d5254969547647640a65cc46bbc6d4381 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jul 17 02:01:00 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (WARN_CFLAGS): Disable -W -Wall for the release
+       branch.
+
 Thu Jul 16 14:48:04 1998  Nick Clifton  <nickc@cygnus.com>
 
        * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have
index 39784e17b17eaca2d76d2cb75045e77efb66dca1..f81dd431f26261fe1ebe7b6f01d0d02150a7711a 100644 (file)
@@ -63,7 +63,7 @@ XCFLAGS =
 TCFLAGS =
 CFLAGS = -g
 BOOT_CFLAGS = -O2 $(CFLAGS)
-WARN_CFLAGS = -W -Wall
+WARN_CFLAGS = 
 # These exists to be overridden by the x-* and t-* files, respectively.
 X_CFLAGS =
 T_CFLAGS =