javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.cpp
changeset 76 4ad59aaee882
parent 48 e0d6e9bd3ca7
child 80 d6dafc5d983f
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.cpp	Thu Sep 02 20:20:40 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.cpp	Fri Sep 17 08:28:21 2010 +0300
@@ -661,7 +661,7 @@
 
 void GraphicsContextImpl::drawRGB(char aRgbData[], char aTransparenceMask[],  int aRgbDataLength,
                                                         int aOffset, int aScanlength, int aX, int aY, int aWidth, int aHeight,
-                                                        int aTransform, int aFormat) {
+                                                        int aTransform, int /*aFormat*/) {
     GFX_LOG_FUNC_CALL();
     Q_ASSERT(aRgbData != NULL);