Skip to content

Commit

Permalink
Suppress -Wunused-but-set-variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 14, 2023
1 parent ef9efcf commit 538c3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse.y
Expand Up @@ -1861,6 +1861,7 @@ stmt : keyword_alias fitem {SET_LEX_STATE(EXPR_FNAME|EXPR_FITEM);} fitem
| expr
| error
{
(void)yynerrs;
/*%%%*/
$$ = NEW_ERROR(&@$);
/*% %*/
Expand Down

0 comments on commit 538c3b9

Please sign in to comment.