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
Branches
Tags
No related merge requests found
...@@ -57,7 +57,7 @@ int otbImageToOSMVectorDataGenerator(int argc, char * argv[]) ...@@ -57,7 +57,7 @@ int otbImageToOSMVectorDataGenerator(int argc, char * argv[])
{ {
parser->ParseCommandLine(argc, argv, parseResult); parser->ParseCommandLine(argc, argv, parseResult);
} }
catch ( itk::ExceptionObject & err ) catch ( itk::ExceptionObject & )
{ {
return EXIT_FAILURE; return EXIT_FAILURE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment