Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf2a4f commit 0343024Copy full SHA for 0343024
src/interfaces/libpq++/Makefile.in
@@ -6,7 +6,7 @@
6
# Copyright (c) 1994, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.15 1999/06/30 23:57:27 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.16 1999/07/08 03:30:16 momjian Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -27,9 +27,7 @@ LIBPQHEADERDIR = $(SRCHEADERDIR)/libpq
27
# because of our inclusion of c.h and we don't know how to stop that.
28
29
ifeq ($(CXX), g++)
30
-CXXFLAGS= -Wno-error
31
-else
32
-CXXFLAGS=
+CXXFLAGS+= -Wno-error
33
endif
34
35
CXXFLAGS+= -I$(SRCDIR)/backend \
0 commit comments