File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -22,9 +22,6 @@ override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
22
22
-DMINOR_VERSION=$(MINOR_VERSION ) -DPATCHLEVEL=$(PATCHLEVEL ) \
23
23
$(CPPFLAGS )
24
24
25
- ifeq ($(GCC ) , yes)
26
- override CFLAGS += -Wno-error
27
- endif
28
25
override CFLAGS += $(PTHREAD_CFLAGS )
29
26
30
27
OBJS = preproc.o type.o ecpg.o output.o parser.o \
You can’t perform that action at this time.
0 commit comments