[Scummvm-cvs-logs] SF.net SVN: scummvm:[34265] scummvm/trunk/engines/sword1/credits.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Sep 2 01:36:59 CEST 2008


Revision: 34265
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34265&view=rev
Author:   thebluegr
Date:     2008-09-01 23:36:59 +0000 (Mon, 01 Sep 2008)

Log Message:
-----------
Silence MSVC warning about empty switch statement

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/credits.cpp

Modified: scummvm/trunk/engines/sword1/credits.cpp
===================================================================
--- scummvm/trunk/engines/sword1/credits.cpp	2008-09-01 21:30:38 UTC (rev 34264)
+++ scummvm/trunk/engines/sword1/credits.cpp	2008-09-01 23:36:59 UTC (rev 34265)
@@ -280,10 +280,12 @@
 	do {
 		Common::EventManager *eventMan = _system->getEventManager();
 		while (eventMan->pollEvent(event)) {
+#if 0
 			switch (event.type) {
 			default:
 				break;
 			}
+#endif
 		}
 
 		_system->updateScreen();


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