Skip to content
Snippets Groups Projects
Commit 5d275ca6 authored by OTB Bot's avatar OTB Bot
Browse files

Suppression warning (variable "int c" déclarée mais non utilisé)

parent d088545d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ int main ( int argc, char * argv[] )
* Accs aux paramtres
*/
int c;
const char * inputImageFileName1 = parseResult->GetParameterString("--InputImage1").c_str();
const char * inputImageFileName2 = parseResult->GetParameterString("--InputImage2").c_str();
const char * inputTrainingImageFileName = parseResult->GetParameterString("--Roi").c_str();
......
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