We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c87cc3 commit 2a43c47Copy full SHA for 2a43c47
src/interfaces/ecpg/preproc/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
6
7
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.131 2008/02/13 18:14:46 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.132 2008/03/18 17:46:23 petere Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -22,9 +22,6 @@ override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
22
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL) \
23
$(CPPFLAGS)
24
25
-ifeq ($(GCC), yes)
26
-override CFLAGS += -Wno-error
27
-endif
28
override CFLAGS += $(PTHREAD_CFLAGS)
29
30
OBJS= preproc.o type.o ecpg.o output.o parser.o \
0 commit comments