Skip to content

Commit e90b58f

Browse files
mhugentnyalldawson
authored andcommittedJun 17, 2018
Fix warning
1 parent e76ca64 commit e90b58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎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)
Please sign in to comment.