提交 1837f8cb 编写于 作者: P Peter Eisentraut

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

上级 253ade2c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册