Skip to content

Commit e4d44bd

Browse files
author
jef
committedJul 29, 2009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgsmaprenderer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ QgsRectangle QgsMapRenderer::layerExtentToOutputExtent( QgsMapLayer* theLayer, Q
614614
}
615615
catch ( QgsCsException &cse )
616616
{
617+
Q_UNUSED( cse );
617618
QgsDebugMsg( QString( "Transform error caught: " ).arg( cse.what() ) );
618619
}
619620
}

0 commit comments

Comments
 (0)
Please sign in to comment.