summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-24 18:03:46 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-24 18:03:46 +0000
commitc70828fbf9f5c57eaa3fa445b95d38a8db24f700 (patch)
treecf57e5398fd7fe424fc50528e9ff56c55109223f /gcc/Makefile.in
parentf9273c43241c5b9554c298f049d4155b42776fa4 (diff)
downloadgcc-c70828fbf9f5c57eaa3fa445b95d38a8db24f700.tar.gz
2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in (STRICT2_WARN): Reorder. * configure.ac: Check for -Wold-style-definition, and use it in strict1_warn if it's available. * configure: Regnerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79922 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c08d18b6738..95f04975f44 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -163,8 +163,8 @@ coverageexts = .{gcda,gcno}
# -Wno-variadic-macros.
LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
STRICT_WARN = @strict1_warn@
-STRICT2_WARN = -pedantic -Wno-long-long -Wold-style-definition \
- -Wno-variadic-macros @WERROR@
+STRICT2_WARN = -pedantic -Wno-long-long -Wno-variadic-macros \
+ -Wold-style-definition @WERROR@
# This is set by --enable-checking. The idea is to catch forgotten
# "extern" tags in header files.