[Scummvm-cvs-logs] SF.net SVN: scummvm:[39376] scummvm/trunk/engines/sci/engine/said.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Mar 14 01:12:32 CET 2009


Revision: 39376
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39376&view=rev
Author:   thebluegr
Date:     2009-03-14 00:12:23 +0000 (Sat, 14 Mar 2009)

Log Message:
-----------
Removed two empty switch statements to silence an MSVC warning

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/said.cpp

Modified: scummvm/trunk/engines/sci/engine/said.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/said.cpp	2009-03-14 00:05:01 UTC (rev 39375)
+++ scummvm/trunk/engines/sci/engine/said.cpp	2009-03-14 00:12:23 UTC (rev 39376)
@@ -811,11 +811,6 @@
 # else
   YYUSE (yyoutput);
 # endif
-  switch (yytype)
-    {
-      default:
-	break;
-    }
 }
 
 
@@ -1172,13 +1167,6 @@
   if (!yymsg)
     yymsg = "Deleting";
   YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
-
-  switch (yytype)
-    {
-
-      default:
-	break;
-    }
 }
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list