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

Commit1837f8c

Browse files
committed
Add -Wno-error because of "unclean" flex output.
1 parent253ade2 commit1837f8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/pl/plpgsql/src/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
#
33
# Makefile for the plpgsql shared object
44
#
5-
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.16 2001/05/25 04:26:21momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.17 2001/08/21 16:25:21petere 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+
1317
# Shared library parameters
1418
NAME= plpgsql
1519
SO_MAJOR_VERSION= 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp