[Scummvm-cvs-logs] SF.net SVN: scummvm:[38308] scummvm/trunk/engines/sci/engine/said.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sun Feb 15 22:39:59 CET 2009
Revision: 38308
http://scummvm.svn.sourceforge.net/scummvm/?rev=38308&view=rev
Author: thebluegr
Date: 2009-02-15 21:39:59 +0000 (Sun, 15 Feb 2009)
Log Message:
-----------
Silenced another warning (disabled an empty switch statement)
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-02-15 21:39:17 UTC (rev 38307)
+++ scummvm/trunk/engines/sci/engine/said.cpp 2009-02-15 21:39:59 UTC (rev 38308)
@@ -1163,15 +1163,17 @@
yymsg = "Deleting";
YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
+#if 0
switch (yytype)
{
default:
break;
}
+#endif
}
-
+
/* Prevent warnings from -Wmissing-prototypes. */
#ifdef YYPARSE_PARAM
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