OSDN Git Service

* Makefile.in (STRICT2_WARN): Add -Wold-style-definition
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 12:41:34 +0000 (12:41 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 12:41:34 +0000 (12:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73138 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 528def5..2fc1859 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in (STRICT2_WARN): Add -Wold-style-definition.
+
 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
 
        PR target/11271
index 492f88b..0ecca9c 100644 (file)
@@ -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.