Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix initializer list lifetime warning
Fix initializer list lifetime warning. Fixes: ``` Modules/Remote/Montage/test/itkMontageTestHelper.hxx:248:28: warning: assignment from temporary initializer_list does not extend the lifetime of the underlying array [-Winit-list-lifetime] 248 | interpolationMethods = { static_cast<PeakInterpolationType>(peakMethodNumber) }; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` raised at: https://open.cdash.org/viewBuildError.php?type=1&buildid=7491724
- Loading branch information