OSDN Git Service

I am not sure if libpq++ will compile with non g++ compilers,
authorBruce Momjian <bruce@momjian.us>
Thu, 27 May 1999 14:28:40 +0000 (14:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 May 1999 14:28:40 +0000 (14:28 +0000)
but the Makefile does break non g++.

 <<mak.patch>>
Andreas

src/interfaces/libpq++/Makefile.in

index 6c6e392..f661d9b 100644 (file)
@@ -6,7 +6,7 @@
 # Copyright (c) 1994, Regents of the University of California
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.13 1999/05/26 16:19:48 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.14 1999/05/27 14:28:40 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -55,7 +55,7 @@ include $(SRCDIR)/Makefile.shlib
 
 
 # Pull shared-lib CFLAGS into CXXFLAGS
-CXXFLAGS+= $(CFLAGS) -Wno-unused
+CXXFLAGS+= $(CFLAGS)
 
 
 .PHONY: examples