From a2ae4a3dd076a9f940e2f3fd077895c27636385a Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Fri, 31 Oct 2003 12:41:34 +0000 Subject: [PATCH] * Makefile.in (STRICT2_WARN): Add -Wold-style-definition From-SVN: r73138 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 528def53140..2fc1859b5c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Kelley Cook + + * Makefile.in (STRICT2_WARN): Add -Wold-style-definition. + 2003-10-31 Richard Earnshaw PR target/11271 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 492f88b78d6..0ecca9c0324 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -164,7 +164,7 @@ coverageexts = .{gcda,gcno} # stage1, as not all versions of gcc understand -Wno-long-long. LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes STRICT_WARN = @strict1_warn@ -STRICT2_WARN = -pedantic -Wno-long-long @WERROR@ +STRICT2_WARN = -pedantic -Wno-long-long -Wold-style-definition @WERROR@ # This is set by --enable-checking. The idea is to catch forgotten # "extern" tags in header files. -- 2.30.2