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

Commit0055a39

Browse files
committed
Add -Wno-error to CFLAGS, so the rest of the tree can compile with
-Werror.
1 parent51f1955 commit0055a39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/interfaces/ecpg/preproc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.81 2002/01/09 00:06:38 tgl Exp $
1+
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.82 2002/02/23 04:16:04 petere Exp $
22

33
subdir = src/interfaces/ecpg/preproc
44
top_builddir = ../../../..
@@ -13,6 +13,10 @@ override CPPFLAGS := -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS) \
1313
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL)\
1414
-DINCLUDE_PATH=\"$(includedir)\"
1515

16+
ifeq ($(GCC), yes)
17+
overrideCFLAGS += -Wno-error
18+
endif
19+
1620
OBJS=preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o\
1721
keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o
1822

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp