mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix warning on release builds
This commit is contained in:
parent
be281c49b7
commit
52692f94ae
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user