[Scummvm-cvs-logs] SF.net SVN: scummvm:[43585] scummvm/trunk/graphics/conversion.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Aug 21 12:37:55 CEST 2009


Revision: 43585
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43585&view=rev
Author:   eriktorbjorn
Date:     2009-08-21 10:37:55 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
Fixed warning.

Modified Paths:
--------------
    scummvm/trunk/graphics/conversion.cpp

Modified: scummvm/trunk/graphics/conversion.cpp
===================================================================
--- scummvm/trunk/graphics/conversion.cpp	2009-08-21 10:34:13 UTC (rev 43584)
+++ scummvm/trunk/graphics/conversion.cpp	2009-08-21 10:37:55 UTC (rev 43585)
@@ -93,7 +93,6 @@
 		} else {
 			for (int y = 0; y < h; y++) {
 				for (int x = 0; x < w; x++, src += 3, dst += 3) {
-					uint8 r, g, b, a;
 					memcpy(col, src, 3);
 					srcFmt.colorToARGB(color, a, r, g, b);
 					color = dstFmt.ARGBToColor(a, r, g, b);


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