* Makefile.in: (c-family-warn): Define to $(STRICT_WARN)

From-SVN: r200783
This commit is contained in:
Graham Stott 2013-07-08 11:14:02 +00:00 committed by Graham Stott
parent 64a92610ba
commit e6ac027046
2 changed files with 5 additions and 0 deletions

View 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.

View 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