From 895789c6737e95435094d8a3e9e972379c9f81a9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 26 Dec 2004 05:42:27 +0000 Subject: [PATCH] (yydestruct_): Pacify unused variable warning for yymsg, too. --- data/lalr1.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.0