Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Type matching for complex pixel data types
Modules/Filtering/ImageCompose/include/itkComposeImageFilter.hxx:135:19: error: non-constant-expression cannot be narrowed from type 'PixelType' (aka 'unsigned char') to 'float' in initializer list [-Wc++11-narrowing] 135 | oit.Set({ inputItContainer[0].Get(), inputItContainer[1].Get() }); | ^~~~~~~~~~~~~~~~~~~~~~~~~ Identified when building SphinxExamples remote module.
- Loading branch information