Skip to content
Snippets Groups Projects
Commit 0256f49a authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

WRG: test supression of unused parameter in coTuExtractROI

parent cc3d3cc9
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@
int otbExtractROINew(int argc, char * argv[])
{
otbUnusedMacro(argc);
otbUnusedMacro(argv);
typedef std::complex<float> InputPixelType;
typedef std::complex<double> OutputPixelType;
......
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