[Scummvm-cvs-logs] SF.net SVN: scummvm: [29563] scummvm/trunk/engines/parallaction/exec_ns.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sun Nov 18 23:22:38 CET 2007
Revision: 29563
http://scummvm.svn.sourceforge.net/scummvm/?rev=29563&view=rev
Author: drmccoy
Date: 2007-11-18 14:22:38 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
Muting the compiler :P
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/exec_ns.cpp
Modified: scummvm/trunk/engines/parallaction/exec_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/exec_ns.cpp 2007-11-18 21:32:22 UTC (rev 29562)
+++ scummvm/trunk/engines/parallaction/exec_ns.cpp 2007-11-18 22:22:38 UTC (rev 29563)
@@ -849,7 +849,7 @@
if (_deletingLabel)
return;
- debugC(9, kDebugExec, "jobDisplayLabel (%p)", _label);
+ debugC(9, kDebugExec, "jobDisplayLabel (%p)", (void *) _label);
_gfx->drawLabel(*_label);
@@ -863,7 +863,7 @@
if (!_label)
return;
- debugC(9, kDebugExec, "jobEraseLabel (%p)", _label);
+ debugC(9, kDebugExec, "jobEraseLabel (%p)", (void *) _label);
int16 _si, _di;
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