summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2021-03-29 10:16:01 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2021-03-29 16:06:25 +0200
commitdfe86d0150da443e807d66f4f945fec001929666 (patch)
treeee78ca4d7bfcf78df783ad9335109dba901e4ed7 /tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp
parent5925daf969c8f271458ca81e49f0e675a4c5c912 (diff)
Fix some warnings
Change-Id: I546300b4e630a2234c83c03ece65a08f4c8652d2 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp')
-rw-r--r--tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp b/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp
index 05c09712cd..6a97f417a8 100644
--- a/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp
+++ b/tests/benchmarks/gui/math3d/qquaternion/tst_qquaternion.cpp
@@ -102,6 +102,7 @@ void tst_QQuaternion::multiply()
QBENCHMARK {
QQuaternion q3 = q1 * q2;
+ Q_UNUSED(q3)
}
}