From: Paul Eggert Date: Sun, 26 Dec 2004 05:42:27 +0000 (+0000) Subject: (yydestruct_): Pacify unused variable warning for yymsg, too. X-Git-Tag: BISON-2_0~7 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/895789c6737e95435094d8a3e9e972379c9f81a9 (yydestruct_): Pacify unused variable warning for yymsg, too. --- diff --git a/data/lalr1.cc b/data/lalr1.cc index b2f24a0b..ed825075 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -491,6 +491,7 @@ yy::]b4_parser_class_name[::yydestruct_ (const char* yymsg, int yytype, semantic_type* yyvaluep, location_type* yylocationp) { /* Pacify ``unused variable'' warnings. */ + (void) yymsg; (void) yyvaluep; (void) yylocationp;