Skip to content
Snippets Groups Projects
Commit a5164e10 authored by Julien Malik's avatar Julien Malik
Browse files

WRG: unused param

parent 5067d63e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
#include "otbListSampleGenerator.h"
int otbSVMSampleListModelEstimatorNew(int argc, char* argv[])
int otbSVMSampleListModelEstimatorNew(int itkNotUsed(argc), char* itkNotUsed(argv)[])
{
typedef double InputPixelType;
typedef double LabelPixelType;
......
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