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

COMP: Fixed warning.

parent a074ca16
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ VectorImageModel
typedef otb::GDALOverviewsBuilder FilterType;
FilterType::Pointer filter = FilterType::New();
assert( m_LodCount!=-1 );
assert( m_LodCount!=static_cast< unsigned int >( -1 ) );
// m_ImageFileReader->GetAvailableResolutions(m_AvailableLod);
std::string tempfilename( ToStdString( m_Filename ) );
......
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