Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
6eba1808
Commit
6eba1808
authored
Oct 16, 2013
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WRG: cleanup warning on ret var used to check Set parameter value status
parent
da40b690
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Code/ApplicationEngine/otbWrapperInputProcessXMLParameter.cxx
.../ApplicationEngine/otbWrapperInputProcessXMLParameter.cxx
+2
-1
No files found.
Code/ApplicationEngine/otbWrapperInputProcessXMLParameter.cxx
View file @
6eba1808
...
...
@@ -358,7 +358,8 @@ InputProcessXMLParameter::Read(Application::Pointer this_)
//choice also comes as setint and setstring why??
}
return
0
;
ret
=
0
;
//resetting return to zero, we dont use it anyway for now.
return
ret
;
}
...
...
Write
Preview
Markdown
is supported
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