From b2d352ba5a352660e9bee9c31a92c1bce9e3f27f Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 31 May 1999 06:39:48 +0000 Subject: [PATCH] * Makefile.in (ALL_CFLAGS): Add '-W -Wall'. From-SVN: r27274 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ca4980611144..d145518bdd19 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-05-31 Kaveh R. Ghazi + + * Makefile.in (ALL_CFLAGS): Add '-W -Wall'. + 1999-05-31 Mark Mitchell * tree.c (build_cplus_array_type_1): Use push_obstacks_nochange diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 616525c29cf2..896b9e129f15 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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) -- 2.47.2