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 )
|
if constexpr ( mode == Recursive )
|
||||||
{
|
{
|
||||||
QSGNode* current = root;
|
QSGNode* current = root;
|
||||||
|
Q_UNUSED( current )
|
||||||
(
|
(
|
||||||
[ ¤t ]( QSGNode* const child ) mutable {
|
[ ¤t ]( QSGNode* const child ) mutable {
|
||||||
current->appendChildNode( child );
|
current->appendChildNode( child );
|
||||||
|
|
Loading…
Reference in New Issue