diff options
| -rw-r--r-- | tests/testnode.cpp | 1 |
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); |