Skip to content
Snippets Groups Projects
Commit 1837f8cb authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add -Wno-error because of "unclean" flex output.

parent 253ade2c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
# Makefile for the plpgsql shared object
#
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.16 2001/05/25 04:26:21 momjian Exp $
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.17 2001/08/21 16:25:21 petere Exp $
#
#-------------------------------------------------------------------------
......@@ -10,6 +10,10 @@ subdir = src/pl/plpgsql/src
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
ifeq ($(GCC), yes)
override CFLAGS+= -Wno-error
endif
# Shared library parameters
NAME= plpgsql
SO_MAJOR_VERSION= 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment