diff options
| author | 2019-07-12 22:40:17 +0200 | |
|---|---|---|
| committer | 2019-07-12 22:40:17 +0200 | |
| commit | a9570bbb2d01cafd79ccea2722a0da86bd5f2b0e (patch) | |
| tree | 9b313033f25343ffc25bb235679272de36353aad /tests | |
| parent | 713f548d5c3ddabd7f8a65d19edb38205a159091 (diff) | |
| download | OneRoll-a9570bbb2d01cafd79ccea2722a0da86bd5f2b0e.tar.gz OneRoll-a9570bbb2d01cafd79ccea2722a0da86bd5f2b0e.zip | |
fix warnings
Diffstat (limited to 'tests')
| -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); |