aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGraham Stott <graham.stott@btinternet.com>2013-07-08 11:14:02 +0000
committerGraham Stott <grahams@gcc.gnu.org>2013-07-08 11:14:02 +0000
commite6ac0270469fb0e42fbee87d5fe3d508b713a794 (patch)
treea535737732afb9e10c3a9308f8b466ef82985e69 /gcc
parent64a92610bab75f03943ef442f59c81588f785e44 (diff)
downloadgcc-e6ac0270469fb0e42fbee87d5fe3d508b713a794.zip
gcc-e6ac0270469fb0e42fbee87d5fe3d508b713a794.tar.gz
gcc-e6ac0270469fb0e42fbee87d5fe3d508b713a794.tar.bz2
* Makefile.in: (c-family-warn): Define to $(STRICT_WARN)
From-SVN: r200783
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8d56712..794cc9b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,7 @@
2013-07-08 Graham Stott <graham.stott@btinternet.com>
+ * Makefile.in: (c-family-warn): Define to $(STRICT_WARN)
+
+2013-07-08 Graham Stott <graham.stott@btinternet.com>
* c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete
unused variables l_length and l_node.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index cafb73c..5bc0f0b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1141,6 +1141,8 @@ FORTRAN_TARGET_OBJS=@fortran_target_objs@
# Object files for gcc many-languages driver.
GCC_OBJS = gcc.o ggc-none.o
+c-family-warn = $(STRICT_WARN)
+
# Language-specific object files shared by all C-family front ends.
# FIXME: tree-mudflap is C-family only, but it is also part of the middle-end.
# The mudflap machinery should be properly separated from the front ends, and