Skip to content

Commit

Permalink
Fix a warning in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 9, 2016
1 parent b025e3a commit 03671eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -831,6 +831,7 @@ QImage *QgsWmsProvider::draw( QgsRectangle const & viewExtent, int pixelWidth, i
p.end();

int t2 = t.elapsed() - t1;
Q_UNUSED( t2 ); // only used in debug build

if ( feedback && feedback->isPreviewOnly() )
{
Expand Down

0 comments on commit 03671eb

Please sign in to comment.