* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.

From-SVN: r27274
This commit is contained in:
Kaveh R. Ghazi 1999-05-31 06:39:48 +00:00 committed by Kaveh Ghazi
parent 5505263f7f
commit b2d352ba5a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
1999-05-31 Mark Mitchell <mark@codesourcery.com>
* tree.c (build_cplus_array_type_1): Use push_obstacks_nochange

View File

@ -147,7 +147,7 @@ all.indirect: Makefile ../cc1plus$(exeext)
INTERNAL_CFLAGS = $(CROSS) -DIN_GCC @extra_c_flags@
# This is the variable actually used when we compile.
ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)
ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS) -W -Wall
# Likewise.
ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)