summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp')
-rw-r--r--tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
index c2e260df..0bef5bf9 100644
--- a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
+++ b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
@@ -110,6 +110,7 @@ void tst_QXmlNodeModelIndex::copyConstructor() const
{
/* The extra paranthesis silences a warning on win32-msvc. */
const QXmlNodeModelIndex copy((QXmlNodeModelIndex()));
+ Q_UNUSED(copy)
}
}