]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 31 May 1999 06:39:48 +0000 (06:39 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 31 May 1999 06:39:48 +0000 (06:39 +0000)
From-SVN: r27274

gcc/cp/ChangeLog
gcc/cp/Makefile.in

index ca4980611144168ed83f04d8a67bfda05f784866..d145518bdd19317d95b1565f1925f57210591e86 100644 (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
index 616525c29cf207b78f5c3d2c072e459be41a2175..896b9e129f15ec007a124ff6299af5ade6b4e44e 100644 (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)