Make-lang.in (cp-warn): Add $(STRICT_WARN).

* Make-lang.in (cp-warn): Add $(STRICT_WARN).
	* cp-tree.h: Don't insist on having GNUC.

From-SVN: r65217
This commit is contained in:
Kaveh R. Ghazi 2003-04-03 23:26:03 +00:00 committed by Kaveh Ghazi
parent 7b43d10453
commit d893ff3389
3 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (cp-warn): Add $(STRICT_WARN).
* cp-tree.h: Don't insist on having GNUC.
2003-04-03 Jason Merrill <jason@redhat.com>
* cvt.c (ocp_convert): Only abort if we try to convert an object

View File

@ -89,8 +89,8 @@ CXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \
cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o \
cp/optimize.o cp/mangle.o cp/cp-lang.o cp/name-lookup.o
# Use loose warnings for this front end.
cp-warn = $(WERROR)
# Use strict warnings for this front end.
cp-warn = $(STRICT_WARN) $(WERROR)
cc1plus$(exeext): $(CXX_OBJS) $(CXX_C_OBJS) $(BACKEND) \
libcpp.a $(LIBDEPS)

View File

@ -29,10 +29,6 @@ Boston, MA 02111-1307, USA. */
#include "splay-tree.h"
#include "varray.h"
#ifndef __GNUC__
#error "You should be using 'make bootstrap' -- see installation instructions"
#endif
#include "c-common.h"
#include "name-lookup.h"