Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix missing initialization braces warning
Fix missing initialization braces warning. Fixes: ``` [CTest: warning matched] /Users/builder/externalModules/Core/Common/test/itkPointSetToImageFilterTest1.cxx:76:40: warning: suggest braces around initialization of subobject [-Wmissing-braces] BinaryImageType::PointType origin{ { -125, -125 } }; ^~~~~~~~~~ { } [CTest: warning suppressed] 1 warning generated. ``` Raised for example in: https://open.cdash.org/viewBuildError.php?type=1&onlydeltap&buildid=7794978
- Loading branch information