aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2009-03-14 00:12:23 +0000
committerFilippos Karapetis2009-03-14 00:12:23 +0000
commit31c66b5931e8305de8e55a92c1c2f8b732d35e39 (patch)
tree34cad84898dc7a24fca5d421042e6ec87d70a71b
parentb78001f7ca1fb433ce3605fb141ecc18ad436d7c (diff)
downloadscummvm-rg350-31c66b5931e8305de8e55a92c1c2f8b732d35e39.tar.gz
scummvm-rg350-31c66b5931e8305de8e55a92c1c2f8b732d35e39.tar.bz2
scummvm-rg350-31c66b5931e8305de8e55a92c1c2f8b732d35e39.zip
Removed two empty switch statements to silence an MSVC warning
svn-id: r39376
-rw-r--r--engines/sci/engine/said.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/sci/engine/said.cpp b/engines/sci/engine/said.cpp
index 4c7cdbbe24..f209851d59 100644
--- a/engines/sci/engine/said.cpp
+++ b/engines/sci/engine/said.cpp
@@ -811,11 +811,6 @@ yy_symbol_value_print (yyoutput, yytype, yyvaluep)
# else
YYUSE (yyoutput);
# endif
- switch (yytype)
- {
- default:
- break;
- }
}
@@ -1172,13 +1167,6 @@ yydestruct (yymsg, yytype, yyvaluep)
if (!yymsg)
yymsg = "Deleting";
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
-
- switch (yytype)
- {
-
- default:
- break;
- }
}