[Scummvm-cvs-logs] SF.net SVN: scummvm:[54800] scummvm/trunk/engines/mohawk/livingbooks.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Dec 6 20:58:22 CET 2010


Revision: 54800
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54800&view=rev
Author:   thebluegr
Date:     2010-12-06 19:58:22 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
MOHAWK: Silenced warning

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/livingbooks.cpp

Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-06 19:37:19 UTC (rev 54799)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-06 19:58:22 UTC (rev 54800)
@@ -2177,6 +2177,8 @@
 
 	case kLBValueInteger:
 		return integer == x.integer;
+	default:
+		error("Unknown type when testing for equality");
 	}
 }
 


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