]> granicus.if.org Git - postgresql/commitdiff
plpgsql hasn't needed -Wno-error for a good long while.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jun 2004 19:21:31 +0000 (19:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jun 2004 19:21:31 +0000 (19:21 +0000)
src/pl/plpgsql/src/Makefile

index 9db7e2b4ff2a80061e96c494a5af4d92d214d2ed..40274b5687fd7f7865aea5b9428f5c601a277f50 100644 (file)
@@ -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