diff options
author | Filippos Karapetis | 2009-03-14 00:12:23 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-14 00:12:23 +0000 |
commit | 31c66b5931e8305de8e55a92c1c2f8b732d35e39 (patch) | |
tree | 34cad84898dc7a24fca5d421042e6ec87d70a71b /engines/sci | |
parent | b78001f7ca1fb433ce3605fb141ecc18ad436d7c (diff) | |
download | scummvm-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
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/said.cpp | 12 |
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; - } } |