mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
(yydestruct_): Pacify unused variable warning for yymsg, too.
This commit is contained in:
@@ -491,6 +491,7 @@ yy::]b4_parser_class_name[::yydestruct_ (const char* yymsg,
|
|||||||
int yytype, semantic_type* yyvaluep, location_type* yylocationp)
|
int yytype, semantic_type* yyvaluep, location_type* yylocationp)
|
||||||
{
|
{
|
||||||
/* Pacify ``unused variable'' warnings. */
|
/* Pacify ``unused variable'' warnings. */
|
||||||
|
(void) yymsg;
|
||||||
(void) yyvaluep;
|
(void) yyvaluep;
|
||||||
(void) yylocationp;
|
(void) yylocationp;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user