From 78e68f88a5c0103a8cc46589968df72fad272d3b Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 30 Mar 2003 20:31:51 +0000 Subject: [PATCH] Makefile.in (STRICT_WARN): Don't warn for ISO C constructs. * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs. (STRICT2_WARN): Likewise. From-SVN: r65052 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a1e510a605..4599a075644 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-30 Gabriel Dos Reis + + * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs. + (STRICT2_WARN): Likewise. + 2003-03-30 Kaveh R. Ghazi PR other/6955 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 64491f9db52..b72040edd6f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. -- 2.30.2