Skip to content

Commit e90b58f

Browse files
mhugentnyalldawson
authored andcommitted
Fix warning
1 parent e76ca64 commit e90b58f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/dxf/qgsdxfexport.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ void QgsDxfExport::writeEntities()
10011001

10021002
auto scopePopper = [&ctx]( QgsExpressionContextScope * scope )
10031003
{
1004+
Q_UNUSED( scope );
10041005
delete ctx.expressionContext().popScope();
10051006
};
10061007
std::unique_ptr<QgsExpressionContextScope, decltype( scopePopper ) > layerScope( QgsExpressionContextUtils::layerScope( ml ), scopePopper );

0 commit comments

Comments
 (0)