add unused macro although not unused

This commit is contained in:
Vogel, Rick 2023-08-03 13:12:49 +02:00
parent 7eea017b7d
commit a7f874c665
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ namespace QskSGNode
if constexpr ( mode == Recursive ) if constexpr ( mode == Recursive )
{ {
QSGNode* current = root; QSGNode* current = root;
Q_UNUSED( current )
( (
[ &current ]( QSGNode* const child ) mutable { [ &current ]( QSGNode* const child ) mutable {
current->appendChildNode( child ); current->appendChildNode( child );