mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in: (c-family-warn): Define to $(STRICT_WARN)
From-SVN: r200783
This commit is contained in:
parent
64a92610ba
commit
e6ac027046
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue