Skip to content

Commit 1263599

Browse files
committedFeb 20, 2017
Fix build warning
1 parent 7732d73 commit 1263599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsmaprendererjob.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ LayerRenderJobs QgsMapRendererJob::prepareJobs( QPainter* painter, QgsLabelingEn
220220
if ( mCache )
221221
{
222222
bool cacheValid = mCache->init( mSettings.visibleExtent(), mSettings.scale() );
223+
Q_UNUSED( cacheValid );
223224
QgsDebugMsg( QString( "CACHE VALID: %1" ).arg( cacheValid ) );
224225
}
225226

0 commit comments

Comments
 (0)
Please sign in to comment.