remove no longer needed -Wno-error

This commit is contained in:
Peter Eisentraut 2001-08-22 20:02:56 +00:00
parent a9289708af
commit a4cc5770ef
1 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# #
# Makefile for the bootstrap module # Makefile for the bootstrap module
# #
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.27 2001/02/10 22:31:42 petere Exp $ # $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.28 2001/08/22 20:02:56 petere Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -10,10 +10,6 @@ subdir = src/backend/bootstrap
top_builddir = ../../.. top_builddir = ../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
ifeq ($(GCC), yes)
override CFLAGS+= -Wno-error
endif
# qnx4's wlink currently crashes with bootstrap.o # qnx4's wlink currently crashes with bootstrap.o
ifneq ($(PORTNAME), qnx4) ifneq ($(PORTNAME), qnx4)
OBJS= bootparse.o bootscanner.o bootstrap.o OBJS= bootparse.o bootscanner.o bootstrap.o