projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c9d6e
)
Suppress bison warnings regarding yacc incompatibility.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Fri, 3 Dec 2021 05:40:23 +0000
(14:40 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Fri, 3 Dec 2021 05:43:48 +0000
(14:43 +0900)
Run bison without yacc compatibility may raise some risks, so just suppress warnings.
src/parser/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/parser/Makefile.am
b/src/parser/Makefile.am
index 47e8a57e02ddaeeebf33af719b36e8c0087796a3..634ca476aef5837a0dbf1028e43d4db6694628b9 100644
(file)
--- a/
src/parser/Makefile.am
+++ b/
src/parser/Makefile.am
@@
-28,7
+28,7
@@
EXTRA_DIST = scan.c scan.l
ARFLAGS = cr
-AM_YFLAGS = -d
+AM_YFLAGS = -d
-Wno-yacc
gram.c: gram.y scan.c
scan.c: scan.l