Skip to content
Snippets Groups Projects
Commit 22d414d3 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

WRG: remove comparison warning.

parent 28d7e730
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ int otbWrapperApplicationDocTest(int argc, char* argv[]) ...@@ -30,7 +30,7 @@ int otbWrapperApplicationDocTest(int argc, char* argv[])
return EXIT_FAILURE; return EXIT_FAILURE;
} }
// Load path // Load path
for( unsigned int i=2; i<argc; i++) for( int i=2; i<argc; i++)
{ {
otb::Wrapper::ApplicationRegistry::AddApplicationPath(argv[i]); otb::Wrapper::ApplicationRegistry::AddApplicationPath(argv[i]);
} }
......
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