[Scummvm-cvs-logs] SF.net SVN: scummvm:[44296] scummvm/trunk/engines/made/database.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Sep 24 11:51:27 CEST 2009


Revision: 44296
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44296&view=rev
Author:   thebluegr
Date:     2009-09-24 09:51:26 +0000 (Thu, 24 Sep 2009)

Log Message:
-----------
MADE: Fixed some warnings about unreachable code

Modified Paths:
--------------
    scummvm/trunk/engines/made/database.cpp

Modified: scummvm/trunk/engines/made/database.cpp
===================================================================
--- scummvm/trunk/engines/made/database.cpp	2009-09-24 09:50:22 UTC (rev 44295)
+++ scummvm/trunk/engines/made/database.cpp	2009-09-24 09:51:26 UTC (rev 44296)
@@ -80,7 +80,7 @@
 	} else {
 		// should never reach here
 		error("Unknown object class");
-		return 0;
+		//return 0;
 	}
 }
 
@@ -94,7 +94,7 @@
 	} else {
 		// should never reach here
 		error("Unknown object class");
-		return 0;
+		//return 0;
 	}
 }
 


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