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 e9f37a7 commit 29a31fbCopy full SHA for 29a31fb
src/backend/tcop/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for tcop
5
#
6
# IDENTIFICATION
7
-# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.11 1997/04/04 10:40:34 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.12 1997/04/24 13:25:07 scrappy Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -15,7 +15,11 @@ INCLUDE_OPT= -I.. \
15
-I../port/$(PORTNAME) \
16
-I../../include
17
18
-CFLAGS+= $(INCLUDE_OPT) -Wno-error
+CFLAGS+= $(INCLUDE_OPT)
19
+
20
+ifeq ($(CC), gcc)
21
+CFLAGS+= -Wno-error
22
+endif
23
24
OBJS= aclchk.o dest.o fastpath.o postgres.o pquery.o utility.o variable.o
25
0 commit comments