Commit b2d352ba by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r27274
parent 5505263f
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> 1999-05-31 Mark Mitchell <mark@codesourcery.com>
* tree.c (build_cplus_array_type_1): Use push_obstacks_nochange * tree.c (build_cplus_array_type_1): Use push_obstacks_nochange
......
...@@ -147,7 +147,7 @@ all.indirect: Makefile ../cc1plus$(exeext) ...@@ -147,7 +147,7 @@ all.indirect: Makefile ../cc1plus$(exeext)
INTERNAL_CFLAGS = $(CROSS) -DIN_GCC @extra_c_flags@ INTERNAL_CFLAGS = $(CROSS) -DIN_GCC @extra_c_flags@
# This is the variable actually used when we compile. # 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. # Likewise.
ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment