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

Commit2a43c47

Browse files
committed
Don't need -Wno-error anymore, because flex is no longer producing warnings.
1 parent8c87cc3 commit2a43c47

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/interfaces/ecpg/preproc/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.131 2008/02/13 18:14:46 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.132 2008/03/18 17:46:23 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -22,9 +22,6 @@ override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
2222
-DMINOR_VERSION=$(MINOR_VERSION) -DPATCHLEVEL=$(PATCHLEVEL)\
2323
$(CPPFLAGS)
2424

25-
ifeq ($(GCC), yes)
26-
overrideCFLAGS += -Wno-error
27-
endif
2825
overrideCFLAGS +=$(PTHREAD_CFLAGS)
2926

3027
OBJS=preproc.o type.o ecpg.o output.o parser.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp