Skip to content
Snippets Groups Projects
Commit 9e3a35d4 authored by Victor Poughon's avatar Victor Poughon
Browse files

Merge branch 'warning_unused_parameter' into 'develop'

WRG: fix unused parameter warning

See merge request orfeotoolbox/otb!190
parents 154abc2c 13b77932
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ PersistentStreamingStatisticsMapFromLabelImageFilter<TInputVectorImage, TLabelIm
template<class TInputVectorImage, class TLabelImage>
typename itk::DataObject::Pointer
PersistentStreamingStatisticsMapFromLabelImageFilter<TInputVectorImage, TLabelImage>
::MakeOutput(DataObjectPointerArraySizeType output)
::MakeOutput(DataObjectPointerArraySizeType itkNotUsed(output))
{
return static_cast<itk::DataObject*>(PixelValueMapObjectType::New().GetPointer());
}
......
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