* Makefile.in: (c-family-warn): Define to $(STRICT_WARN)
authorGraham Stott <graham.stott@btinternet.com>
Mon, 8 Jul 2013 11:14:02 +0000 (11:14 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Mon, 8 Jul 2013 11:14:02 +0000 (11:14 +0000)
From-SVN: r200783

gcc/ChangeLog
gcc/Makefile.in

index 8d567121c4891c7618ccfc64287d1afafe26491b..794cc9b6c7abf43eb25a3618f74731a9269bd162 100644 (file)
@@ -1,3 +1,6 @@
+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.
index cafb73c7dc9ecd4ca8f21e2d084833f5cad3537a..5bc0f0bf344e4042c23aed0309d6cdec2477967c 100644 (file)
@@ -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