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

Commitf0ff9ac

Browse files
committed
Fix from Andrew for compiling libpgtcl...basically, switch off -Werror,
which probably isn't needed, since we are going to take off -Werroranyway, right?
1 parente1e8301 commitf0ff9ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/interfaces/libpgtcl/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.8 1997/01/10 18:55:14 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.9 1997/01/23 16:04:25 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -25,6 +25,11 @@ ifdef KRBVERS
2525
CFLAGS+=$(KRBFLAGS)
2626
endif
2727

28+
ifeq ($(CC), gcc)
29+
CFLAGS+= -Wno-error
30+
endif
31+
32+
2833
ifeq ($(PORTNAME), linux)
2934
ifdef LINUX_ELF
3035
ifeq ($(CC), gcc)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp