Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 51e8dfd

Browse files
committed
No longer a need for -Wno-error
1 parent 5ee371d commit 51e8dfd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backend/parser/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
#
33
# Makefile for parser
44
#
5-
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.33 2001/05/04 22:01:03 tgl Exp $
5+
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.34 2001/08/09 18:13:23 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

99
subdir = src/backend/parser
1010
top_builddir = ../../..
1111
include $(top_builddir)/src/Makefile.global
1212

13-
ifeq ($(GCC), yes)
14-
override CFLAGS+= -Wno-error
15-
endif
16-
1713
OBJS= analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o \
1814
parse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o \
1915
parse_type.o parse_coerce.o parse_target.o scan.o scansup.o

0 commit comments

Comments
 (0)