summaryrefslogtreecommitdiffstats
path: root/src/imports/shaders/scenegraph/qsggeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/shaders/scenegraph/qsggeometry.cpp')
-rw-r--r--src/imports/shaders/scenegraph/qsggeometry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/shaders/scenegraph/qsggeometry.cpp b/src/imports/shaders/scenegraph/qsggeometry.cpp
index f5c497fb..41f599bc 100644
--- a/src/imports/shaders/scenegraph/qsggeometry.cpp
+++ b/src/imports/shaders/scenegraph/qsggeometry.cpp
@@ -94,6 +94,8 @@ QSGGeometry::QSGGeometry(const QSGGeometry::AttributeSet &attributes,
{
Q_ASSERT(m_attributes.count > 0);
Q_ASSERT(m_attributes.stride > 0);
+ Q_UNUSED(m_reserved_pointer);
+ Q_UNUSED(m_reserved_bits);
// Because allocate reads m_vertex_count, m_index_count and m_owns_data, these
// need to be set before calling allocate...