Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unused variable warning
  • Loading branch information
nyalldawson committed Jan 17, 2022
1 parent 56ddeab commit 3403ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/pointcloud/qgspointcloudlayerrenderer.cpp
Expand Up @@ -192,6 +192,8 @@ bool QgsPointCloudLayerRenderer::render()
QgsDebugMsgLevel( QStringLiteral( "totals: %1 nodes | %2 points | %3ms" ).arg( nodesDrawn )
.arg( context.pointsRendered() )
.arg( t.elapsed() ), 2 );
#else
( void )nodesDrawn;
#endif

mRenderer->stopRender( context );
Expand Down

0 comments on commit 3403ab2

Please sign in to comment.