Content-Length: 276440 | pFad | http://github.com/postgrespro/postgres/commit/7ca774a8739bc3887abda2a0259703729026a5ca

F5 Add -Wno-error to CFLAGS from gram.o as long as it's broken. · postgrespro/postgres@7ca774a · GitHub
Skip to content

Commit 7ca774a

Browse files
committed
Add -Wno-error to CFLAGS from gram.o as long as it's broken.
1 parent 6c74c9d commit 7ca774a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/backend/parser/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for parser
44
#
5-
# $PostgreSQL: pgsql/src/backend/parser/Makefile,v 1.49 2009/03/07 00:13:57 alvherre Exp $
5+
# $PostgreSQL: pgsql/src/backend/parser/Makefile,v 1.50 2009/08/26 22:15:59 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -24,6 +24,11 @@ include $(top_srcdir)/src/backend/common.mk
2424
# scan is compiled as part of gram
2525
gram.o: $(srcdir)/scan.c
2626

27+
# Latest flex causes warnings in this file.
28+
ifeq ($(GCC),yes)
29+
gram.o: CFLAGS += -Wno-error
30+
endif
31+
2732

2833
# There is no correct way to write a rule that generates two files.
2934
# Rules with two targets don't have that meaning, they are merely

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/7ca774a8739bc3887abda2a0259703729026a5ca

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy