Skip to content
Snippets Groups Projects
Commit 7b48aa4a authored by Julien Malik's avatar Julien Malik
Browse files

WRG: remove unused variable, and catch by const-ref

parent 67b236dc
Branches
Tags
No related merge requests found
......@@ -166,7 +166,7 @@ private:
{
inputProjectionRef = ogrDS->GetGlobalExtent(ulx,uly,lrx,lry);
}
catch(itk::ExceptionObject & err)
catch(const itk::ExceptionObject&)
{
extentAvailable = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment