Skip to content
Snippets Groups Projects

WRG: fix unused parameter warning

Merged Victor Poughon requested to merge warning_unused_parameter into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@ PersistentStreamingStatisticsMapFromLabelImageFilter<TInputVectorImage, TLabelIm
template<class TInputVectorImage, class TLabelImage>
typename itk::DataObject::Pointer
PersistentStreamingStatisticsMapFromLabelImageFilter<TInputVectorImage, TLabelImage>
::MakeOutput(DataObjectPointerArraySizeType output)
::MakeOutput(DataObjectPointerArraySizeType /* output */)
{
return static_cast<itk::DataObject*>(PixelValueMapObjectType::New().GetPointer());
}
Loading