aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/context.cpp
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2014-09-09 14:43:29 +0200
committerAndy Nichols <andy.nichols@digia.com>2014-09-11 14:22:59 +0300
commit60c81befa22108a96bbf505c40f4a2af8ed843e2 (patch)
tree35cd85162c76955ce8a1c8dcaa47633645d29c66 /src/plugins/scenegraph/softwarecontext/context.cpp
parent71490ac4d7c9211aff8e0c1a5af8597271de0117 (diff)
Fix build warnings
Change-Id: I842c8cd117f1e25cc7848618e86d2aff2e5e522f Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/context.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/context.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/context.cpp b/src/plugins/scenegraph/softwarecontext/context.cpp
index 33dc7e87e4..345728f833 100644
--- a/src/plugins/scenegraph/softwarecontext/context.cpp
+++ b/src/plugins/scenegraph/softwarecontext/context.cpp
@@ -57,6 +57,8 @@ Renderer::Renderer(QSGRenderContext *context)
void Renderer::renderScene(GLuint fboId)
{
+ Q_UNUSED(fboId)
+
class B : public QSGBindable
{
public: