mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
plpgsql hasn't needed -Wno-error for a good long while.
This commit is contained in:
parent
5e4dd864ec
commit
238dc4634f
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for the plpgsql shared object
|
# Makefile for the plpgsql shared object
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.25 2004/02/10 07:26:25 tgl Exp $
|
# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.26 2004/06/03 19:21:31 tgl Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -10,10 +10,6 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user