From b2d3ead00414cfbc772ed0f3d57ac5f2d15130cc Mon Sep 17 00:00:00 2001 From: D G Turner Date: Mon, 16 Sep 2019 01:21:06 +0100 Subject: DIRECTOR: Fix Some MSVC Warnings These were reported by Henke37 via IRC. --- engines/director/lingo/lingo-gr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines') diff --git a/engines/director/lingo/lingo-gr.cpp b/engines/director/lingo/lingo-gr.cpp index c908b2e591..744049e4dc 100644 --- a/engines/director/lingo/lingo-gr.cpp +++ b/engines/director/lingo/lingo-gr.cpp @@ -1470,11 +1470,13 @@ yy_symbol_value_print (yyoutput, yytype, yyvaluep) # else YYUSE (yyoutput); # endif +/* switch (yytype) { default: break; } +*/ } @@ -1832,12 +1834,14 @@ yydestruct (yymsg, yytype, yyvaluep) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); +/* switch (yytype) { default: break; } +*/ } -- cgit v1.2.3