Commit a2ae4a3d by Kelley Cook Committed by R. Kelley Cook

* Makefile.in (STRICT2_WARN): Add -Wold-style-definition

From-SVN: r73138
parent acd8e984
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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment