diff -r 773449708c84 -r 4ad59aaee882 javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.cpp --- 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);