Thanks to visit codestin.com Credit goes to github.com
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 51f1955 commit 0055a39Copy full SHA for 0055a39
src/interfaces/ecpg/preproc/Makefile
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.81 2002/01/09 00:06:38 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.82 2002/02/23 04:16:04 petere Exp $
2
3
subdir = src/interfaces/ecpg/preproc
4
top_builddir = ../../../..
@@ -13,6 +13,10 @@ override CPPFLAGS := -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS) \
13
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL) \
14
-DINCLUDE_PATH=\"$(includedir)\"
15
16
+ifeq ($(GCC), yes)
17
+override CFLAGS += -Wno-error
18
+endif
19
+
20
OBJS=preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o\
21
keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o
22
0 commit comments