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/itkMultiThreaderExceptionsTest.cxx:59:37: warning: suggest braces around initialization of subobject [-Wmissing-braces] largestPossibleRegion.SetSize({ 4 }); ^ {} ``` reported at: https://open.cdash.org/viewBuildError.php?type=1&buildid=7496967
- Loading branch information