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

Commit781a1eb

Browse files
committed
I am not sure if libpq++ will compile with non g++ compilers,
but the Makefile does break non g++. <<mak.patch>>Andreas
1 parent0d5f7ce commit781a1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq++/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.13 1999/05/26 16:19:48 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.14 1999/05/27 14:28:40 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -55,7 +55,7 @@ include $(SRCDIR)/Makefile.shlib
5555

5656

5757
# Pull shared-lib CFLAGS into CXXFLAGS
58-
CXXFLAGS+=$(CFLAGS) -Wno-unused
58+
CXXFLAGS+=$(CFLAGS)
5959

6060

6161
.PHONY: examples

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp