Skip to content
Snippets Groups Projects
Commit dd140d13 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

WRG: unreferenced variable

parent c80c6842
No related branches found
No related tags found
No related merge requests found
...@@ -277,7 +277,7 @@ private: ...@@ -277,7 +277,7 @@ private:
ossOutput << "\tAcquisition time : " << GetParameterString("time") << std::endl; ossOutput << "\tAcquisition time : " << GetParameterString("time") << std::endl;
} }
catch ( itk::ExceptionObject & err ) catch ( itk::ExceptionObject & /*err*/ )
{ {
} }
...@@ -332,7 +332,7 @@ private: ...@@ -332,7 +332,7 @@ private:
ossOutput << "\tLower left corner (latitude, longitude) = [" << GetParameterFloat("lllat") << "," << GetParameterFloat("lllon") << "]" << std::endl; ossOutput << "\tLower left corner (latitude, longitude) = [" << GetParameterFloat("lllat") << "," << GetParameterFloat("lllon") << "]" << std::endl;
ossOutput << "\tLower right corner (latitude, longitude) = [" << GetParameterFloat("lrlat") << "," << GetParameterFloat("lrlon") << "]" << std::endl; ossOutput << "\tLower right corner (latitude, longitude) = [" << GetParameterFloat("lrlat") << "," << GetParameterFloat("lrlon") << "]" << std::endl;
} }
catch ( itk::ExceptionObject & err ) catch ( itk::ExceptionObject & /*err*/ )
{ {
} }
......
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