Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 30 Mar 2003 20:31:51 +0000 (20:31 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 30 Mar 2003 20:31:51 +0000 (20:31 +0000)
        * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
        (STRICT2_WARN): Likewise.

From-SVN: r65052

gcc/ChangeLog
gcc/Makefile.in

index 7a1e510a605f158f0a6c51014847f37a62c77ad0..4599a07564499326a1ac150e2ca4cd3adb47949a 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+        * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
+        (STRICT2_WARN): Likewise.
+       
 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        PR other/6955
index 64491f9db528804c0b24c2008e590a409711e0d4..b72040edd6f3f32460c0dc022a58487e08d95380 100644 (file)
@@ -141,8 +141,8 @@ coverageexts = .{da,bbg}
 # with other compilers.  This is partially controlled by configure in
 # stage1, as not all versions of gcc understand -Wno-long-long.
 LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-STRICT_WARN = -Wtraditional @strict1_warn@
-STRICT2_WARN = -Wtraditional -pedantic -Wno-long-long @WERROR@
+STRICT_WARN = @strict1_warn@
+STRICT2_WARN = -pedantic -Wno-long-long @WERROR@
 
 # This is set by --enable-checking.  The idea is to catch forgotten
 # "extern" tags in header files.