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

Commit0343024

Browse files
committed
Add CXXFLAGS +=
1 parent2cf2a4f commit0343024

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 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.15 1999/06/30 23:57:27 tgl Exp $
9+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.16 1999/07/08 03:30:16 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -27,9 +27,7 @@ LIBPQHEADERDIR = $(SRCHEADERDIR)/libpq
2727
# because of our inclusion of c.h and we don't know how to stop that.
2828

2929
ifeq ($(CXX), g++)
30-
CXXFLAGS= -Wno-error
31-
else
32-
CXXFLAGS=
30+
CXXFLAGS+= -Wno-error
3331
endif
3432

3533
CXXFLAGS+= -I$(SRCDIR)/backend\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp