summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_p.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-11-24 11:50:29 (GMT)
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-11-24 11:50:29 (GMT)
commit66611fb5c9641dad2c605be790028d206480ea24 (patch)
tree3bebe68a52aa0940606e6f8d68ec915b1415a345 /src/opengl/qgl_p.h
parent692ca95391678b2035014026cbdd19770b53eddf (diff)
downloadQt-66611fb5c9641dad2c605be790028d206480ea24.zip
Qt-66611fb5c9641dad2c605be790028d206480ea24.tar.gz
Qt-66611fb5c9641dad2c605be790028d206480ea24.tar.bz2
--warn
Diffstat (limited to 'src/opengl/qgl_p.h')
-rw-r--r--src/opengl/qgl_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h
index 8285f06..a603ae6 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -509,6 +509,7 @@ Q_SIGNALS:
private slots:
void freeTexture_slot(QGLContext *context, QPixmapData *boundPixmap, GLuint id) {
+ Q_UNUSED(boundPixmap);
#if defined(Q_WS_X11)
if (boundPixmap) {
QGLContext *oldContext = const_cast<QGLContext *>(QGLContext::currentContext());