Skip to content
Snippets Groups Projects
Commit 168428bc authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WRG: avoid unreferenced local variable when itk::ExceptionObject

parent a29c5598
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ int otbImageToOSMVectorDataGenerator(int argc, char * argv[])
{
parser->ParseCommandLine(argc, argv, parseResult);
}
catch ( itk::ExceptionObject & err )
catch ( itk::ExceptionObject & )
{
return EXIT_FAILURE;
}
......
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