[Scummvm-cvs-logs] SF.net SVN: scummvm:[33303] residual/trunk/engine/smush/smush.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sat Jul 26 14:10:01 CEST 2008


Revision: 33303
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33303&view=rev
Author:   drmccoy
Date:     2008-07-26 12:10:00 +0000 (Sat, 26 Jul 2008)

Log Message:
-----------
Silencing a warning

Modified Paths:
--------------
    residual/trunk/engine/smush/smush.cpp

Modified: residual/trunk/engine/smush/smush.cpp
===================================================================
--- residual/trunk/engine/smush/smush.cpp	2008-07-26 12:09:06 UTC (rev 33302)
+++ residual/trunk/engine/smush/smush.cpp	2008-07-26 12:10:00 UTC (rev 33303)
@@ -348,7 +348,7 @@
 	struct SavePos *pos;
 	uint32 position = _handle->pos();
 
-	if (position == -1) {
+	if (position == ((uint32)  -1)) {
 		if (debugLevel == DEBUG_SMUSH || debugLevel == DEBUG_WARN || debugLevel == DEBUG_ALL)
 			warning("zlibFile::open() unable to find start position! %m");
 		return NULL;


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