Skip to content
Snippets Groups Projects
Commit 238dc463 authored by Tom Lane's avatar Tom Lane
Browse files

plpgsql hasn't needed -Wno-error for a good long while.

parent 5e4dd864
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
# 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 = ../../../..
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