summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-10-26 03:09:05 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-10-26 03:09:26 (GMT)
commit35c8033ff51ab6d0567e786b790b8cc49852803b (patch)
tree37ae0ceb0eb9d4f74683b02bf3187cfd7f694c6c /src/opengl/gl2paintengineex
parentded1dbb7e898364dd1cd2b1b129673569805a786 (diff)
downloadQt-35c8033ff51ab6d0567e786b790b8cc49852803b.zip
Qt-35c8033ff51ab6d0567e786b790b8cc49852803b.tar.gz
Qt-35c8033ff51ab6d0567e786b790b8cc49852803b.tar.bz2
Suppress warnings in QtOpenGL code
Diffstat (limited to 'src/opengl/gl2paintengineex')
-rw-r--r--src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
index bcc6bdb..a0810bc 100644
--- a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
+++ b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
@@ -1263,6 +1263,7 @@ void QGL2PaintEngineEx::stroke(const QVectorPath &path, const QPen &pen)
QGLContext *ctx = d->ctx;
+ Q_UNUSED(ctx);
if (opaque) {
d->prepareForDraw(opaque);