Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
55e31818
Commit
55e31818
authored
Aug 30, 2018
by
Manuel Grizonnet
Browse files
WRG: avoid unreferenced local variable when itk::ExceptionObject is not used in DS test
parent
ddbf1967
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Learning/DempsterShafer/include/otbStandardDSCostFunction.hxx
View file @
55e31818
...
...
@@ -80,7 +80,7 @@ typename StandardDSCostFunction<TDSValidationFilter>
{
internalFunctionGT
->
SetDescriptorModels
(
descModel
);
}
catch
(
itk
::
ExceptionObject
&
err
)
catch
(
itk
::
ExceptionObject
&
)
{
return
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment