add unused macro although not unused
This commit is contained in:
parent
7eea017b7d
commit
a7f874c665
|
@ -27,6 +27,7 @@ namespace QskSGNode
|
|||
if constexpr ( mode == Recursive )
|
||||
{
|
||||
QSGNode* current = root;
|
||||
Q_UNUSED( current )
|
||||
(
|
||||
[ ¤t ]( QSGNode* const child ) mutable {
|
||||
current->appendChildNode( child );
|
||||
|
|
Loading…
Reference in New Issue