projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404f1fe
)
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:40:23 +0000
(14:40 +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 38d10153f5167c8a2e2ac55b0d00cb89fa0c5ea2..78b9534c0e63e4f51171b96720931a51bd85e993 100644
(file)
--- a/
src/parser/Makefile.am
+++ b/
src/parser/Makefile.am
@@
-29,7
+29,7
@@
endif
EXTRA_DIST = scan.c scan.l
ARFLAGS = cr
-AM_YFLAGS = -d
+AM_YFLAGS = -d
-Wno-yacc
gram.c: gram.y scan.c
gram_minimal.c: gram_minimal.y scan.c