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

Commit 2a43c47

Browse files
committed
Don't need -Wno-error anymore, because flex is no longer producing warnings.
1 parent 8c87cc3 commit 2a43c47

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/interfaces/ecpg/preproc/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.131 2008/02/13 18:14:46 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.132 2008/03/18 17:46:23 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -22,9 +22,6 @@ override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
2222
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL) \
2323
$(CPPFLAGS)
2424

25-
ifeq ($(GCC), yes)
26-
override CFLAGS += -Wno-error
27-
endif
2825
override CFLAGS += $(PTHREAD_CFLAGS)
2926

3027
OBJS= preproc.o type.o ecpg.o output.o parser.o \

0 commit comments

Comments
 (0)