summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-07-12 12:42:11 +0000
committerFelipe Pena <felipe@php.net>2010-07-12 12:42:11 +0000
commit3c8d3c08ac482c1c82a723d15c12cab552765b5e (patch)
treee51aa5f638241c4dda00d8658a29901ea9423774
parente865de588162cb89211c5a057ca53a202d1d0209 (diff)
downloadphp-git-3c8d3c08ac482c1c82a723d15c12cab552765b5e.tar.gz
- Added ParseARG_STORE into yy_destructor template for suppress warning about unused %extra_argument
-rw-r--r--lempar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lempar.c b/lempar.c
index 774b875e21..8f7eb02bc3 100644
--- a/lempar.c
+++ b/lempar.c
@@ -294,6 +294,7 @@ static void yy_destructor(
YYMINORTYPE *yypminor /* The object to be destroyed */
){
ParseARG_FETCH;
+ ParseARG_STORE; /* Suppress warning about unused %extra_argument variable */
switch( yymajor ){
/* Here is inserted the actions which take place when a
** terminal or non-terminal is destroyed. This can happen