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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy