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

Commit 1837f8c

Browse files
committed
Add -Wno-error because of "unclean" flex output.
1 parent 253ade2 commit 1837f8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pl/plpgsql/src/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
#
33
# Makefile for the plpgsql shared object
44
#
5-
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.16 2001/05/25 04:26:21 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.17 2001/08/21 16:25:21 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

99
subdir = src/pl/plpgsql/src
1010
top_builddir = ../../../..
1111
include $(top_builddir)/src/Makefile.global
1212

13+
ifeq ($(GCC), yes)
14+
override CFLAGS+= -Wno-error
15+
endif
16+
1317
# Shared library parameters
1418
NAME= plpgsql
1519
SO_MAJOR_VERSION= 1

0 commit comments

Comments
 (0)