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/Filtering/DisplacementField/test/itkDisplacementFieldJacobianDeterminantFilterTest.cxx:169:49: warning: suggest braces around initialization of subobject [-Wmissing-braces] typename FilterType::WeightsType weights{ { 1.0, 2.0, 3.0 } }; ^~~~~~~~~~~~~ { } ``` Raised for example in: https://open.cdash.org/viewBuildError.php?type=1&buildid=7679172
- Loading branch information