[Scummvm-git-logs] scummvm master -> b2d3ead00414cfbc772ed0f3d57ac5f2d15130cc
digitall
dgturner at iee.org
Mon Sep 16 02:24:02 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b2d3ead004 DIRECTOR: Fix Some MSVC Warnings
Commit: b2d3ead00414cfbc772ed0f3d57ac5f2d15130cc
https://github.com/scummvm/scummvm/commit/b2d3ead00414cfbc772ed0f3d57ac5f2d15130cc
Author: D G Turner (digitall at scummvm.org)
Date: 2019-09-16T01:21:06+01:00
Commit Message:
DIRECTOR: Fix Some MSVC Warnings
These were reported by Henke37 via IRC.
Changed paths:
engines/director/lingo/lingo-gr.cpp
diff --git a/engines/director/lingo/lingo-gr.cpp b/engines/director/lingo/lingo-gr.cpp
index c908b2e..744049e 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;
}
+*/
}
More information about the Scummvm-git-logs
mailing list