Skip to content

Commit

Permalink
Fix warning on release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 16, 2020
1 parent be281c4 commit 52692f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/symbology/qgssymbol.cpp
Expand Up @@ -925,6 +925,8 @@ void QgsSymbol::renderFeature( const QgsFeature &feature, QgsRenderContext &cont
std::function< void ( const QgsAbstractGeometry * )> getPartGeometry;
getPartGeometry = [&pointsToRender, &linesToRender, &polygonsToRender, &getPartGeometry, &context, &tileMapRendering, &markers, &feature, this]( const QgsAbstractGeometry * part )
{
Q_UNUSED( feature )

if ( !part )
return;

Expand Down

0 comments on commit 52692f9

Please sign in to comment.