summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-06-20 16:51:02 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-06-20 16:51:02 +1000
commit375caabaccfae6106f8e7d2da6a2ce5615467076 (patch)
treec57fa3fa6f38fb00fd0e179c83d2220cca988628
parenta62682d2d151ca75c3f1bd1be57a197d6d9fed1d (diff)
Suppress warning in QCLUserEvent
-rw-r--r--src/opencl/qcluserevent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opencl/qcluserevent.cpp b/src/opencl/qcluserevent.cpp
index 2f715e9..2afb515 100644
--- a/src/opencl/qcluserevent.cpp
+++ b/src/opencl/qcluserevent.cpp
@@ -143,6 +143,8 @@ void QCLUserEvent::setStatus(cl_int status)
<< QCLContext::errorName(error);
}
}
+#else
+ Q_UNUSED(status);
#endif
}