aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-12 22:40:17 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-12 22:40:17 +0200
commita9570bbb2d01cafd79ccea2722a0da86bd5f2b0e (patch)
tree9b313033f25343ffc25bb235679272de36353aad /tests
parent713f548d5c3ddabd7f8a65d19edb38205a159091 (diff)
downloadOneRoll-a9570bbb2d01cafd79ccea2722a0da86bd5f2b0e.tar.gz
OneRoll-a9570bbb2d01cafd79ccea2722a0da86bd5f2b0e.zip
fix warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/testnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testnode.cpp b/tests/testnode.cpp
index 263286b..de9fc05 100644
--- a/tests/testnode.cpp
+++ b/tests/testnode.cpp
@@ -10,6 +10,7 @@ TestNode::~TestNode()
}
void TestNode::run(ExecutionNode* previous)
{
+ Q_UNUSED(previous)
if(nullptr != m_nextNode)
{
m_nextNode->run(this);