Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Uninitialized in GetNumberOfComponentsPerPixel
Addresses: ``` In file included from /Users/matt.mccormick/src/ITK/Modules/External/ITKRLEImage/test/itkRLEImageTest.cxx:19: /Users/matt.mccormick/src/ITK/Modules/External/ITKRLEImage/include/itkRLEImage.h:214:53: warning: variable 'p' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference] return itk::NumericTraits<PixelType>::GetLength(p); ``` on macOS clang.
- Loading branch information