1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

This commit is contained in:
Peter Eisentraut
2001-08-21 16:25:21 +00:00
parent 253ade2cfe
commit 1837f8cbdf

View File

@ -2,7 +2,7 @@
# #
# Makefile for the plpgsql shared object # 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 = ../../../.. top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
ifeq ($(GCC), yes)
override CFLAGS+= -Wno-error
endif
# Shared library parameters # Shared library parameters
NAME= plpgsql NAME= plpgsql
SO_MAJOR_VERSION= 1 SO_MAJOR_VERSION= 1