Skip to content
Snippets Groups Projects
Commit 1d2b87fa authored by Stéphane Albert's avatar Stéphane Albert
Browse files

COMP: Fixed warning (unused local variable).

parent d378a4bd
No related branches found
No related tags found
No related merge requests found
......@@ -678,7 +678,7 @@ HistogramModel
.arg( QDateTime::currentDateTime().toString( Qt::ISODate ) )
.arg( lMain.elapsed() );
}
catch( const std::exception & exception )
catch( const std::exception & )
{
qWarning()
<< tr( "Zero relevant pixels found when computing histogram (probably because of no-data settings)" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment