Skip to content

Commit 781a1eb

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 parent 0d5f7ce commit 781a1eb

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy