Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit238dc46

Browse files
committed
plpgsql hasn't needed -Wno-error for a good long while.
1 parent5e4dd86 commit238dc46

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/pl/plpgsql/src/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
#
33
# Makefile for the plpgsql shared object
44
#
5-
# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.25 2004/02/10 07:26:25 tgl Exp $
5+
# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.26 2004/06/03 19:21:31 tgl Exp $
66
#
77
#-------------------------------------------------------------------------
88

99
subdir = src/pl/plpgsql/src
1010
top_builddir = ../../../..
1111
include$(top_builddir)/src/Makefile.global
1212

13-
ifeq ($(GCC), yes)
14-
overrideCFLAGS+= -Wno-error
15-
endif
16-
1713
# Shared library parameters
1814
NAME= plpgsql
1915
SO_MAJOR_VERSION= 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp