From eab2a6369b8bcf76348bedb43a9ef9bfc61d5c8f Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Sat, 4 Oct 2014 09:18:40 +0100 Subject: Silence warnings in GLTF parser Change-Id: Ifaf0e94a01bbd8a8aff545dda086dd9ae00ed8a7 Reviewed-by: Paul Lemire --- src/render/io/gltfparser.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/io/gltfparser.cpp') 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(); -- cgit v1.2.3