diff --git a/scene_opengl_egl.cpp b/scene_opengl_egl.cpp index d7fa0ab432..3f3c48ddc8 100644 --- a/scene_opengl_egl.cpp +++ b/scene_opengl_egl.cpp @@ -296,6 +296,9 @@ void SceneOpenGL::Texture::findTarget() bool SceneOpenGL::Texture::load( const Pixmap& pix, const QSize& size, int depth, QRegion region ) { + Q_UNUSED(size) + Q_UNUSED(depth) + Q_UNUSED(region) if( mTexture == None ) { createTexture();