From a9570bbb2d01cafd79ccea2722a0da86bd5f2b0e Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 12 Jul 2019 22:40:17 +0200 Subject: fix warnings --- tests/testnode.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3-70-g09d2