summaryrefslogtreecommitdiffstats
path: root/src/render/io/gltfparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/gltfparser.cpp')
-rw-r--r--src/render/io/gltfparser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/io/gltfparser.cpp b/src/render/io/gltfparser.cpp
index d74a4756e..345c1ba9e 100644
--- a/src/render/io/gltfparser.cpp
+++ b/src/render/io/gltfparser.cpp
@@ -963,6 +963,8 @@ GLTFParser::BufferData::BufferData(QJsonObject json)
QVariant GLTFParser::parameterValueFromJSON(QParameter* p, QJsonValue val)
{
+ Q_UNUSED(p);
+ Q_UNUSED(val);
// switch (p->datatype()) {
// case QParameter::Bool:
// return val.toBool();