diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-22 20:02:56 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-22 20:02:56 +0000 |
commit | a4cc5770eff6c50ea7d989109f40642c76f73b3b (patch) | |
tree | 393b178c0d70b1f6129147d28d74fe943df5e15b /src | |
parent | a9289708af0bff1c45deae79a7c8f6db75d8ca16 (diff) | |
download | postgresql-a4cc5770eff6c50ea7d989109f40642c76f73b3b.tar.gz postgresql-a4cc5770eff6c50ea7d989109f40642c76f73b3b.zip |
remove no longer needed -Wno-error
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/bootstrap/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile index 61f9239e62b..5e3ad7b12bf 100644 --- a/src/backend/bootstrap/Makefile +++ b/src/backend/bootstrap/Makefile @@ -2,7 +2,7 @@ # # 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 = ../../.. include $(top_builddir)/src/Makefile.global -ifeq ($(GCC), yes) -override CFLAGS+= -Wno-error -endif - # qnx4's wlink currently crashes with bootstrap.o ifneq ($(PORTNAME), qnx4) OBJS= bootparse.o bootscanner.o bootstrap.o |