[Scummvm-cvs-logs] SF.net SVN: scummvm:[34266] scummvm/trunk/engines/scumm/scumm.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Sep 2 01:37:25 CEST 2008


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

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

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/scumm.cpp

Modified: scummvm/trunk/engines/scumm/scumm.cpp
===================================================================
--- scummvm/trunk/engines/scumm/scumm.cpp	2008-09-01 23:36:59 UTC (rev 34265)
+++ scummvm/trunk/engines/scumm/scumm.cpp	2008-09-01 23:37:24 UTC (rev 34266)
@@ -843,11 +843,13 @@
 	Common::Event event;
 
 	while (_eventMan->pollEvent(event)) {
+#if 0
 		switch (event.type) {
 
 		default:
 			break;
 		}
+#endif
 	}
 }
 


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