Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: fix WorkUnitInfo shadow warning
Addresses the following compilation warnings with GNU 8.3.0: ITK/Modules/Core/Common/src/itkMultiThreaderBase.cxx:513:55: warning: declaration of 'using WorkUnitInfo = struct itk::MultiThreaderBase::WorkUnitInfo' shadows a previous local [-Wshadow] ITK/Modules/Core/Common/src/itkMultiThreaderBase.cxx:568:55: warning: declaration of 'using WorkUnitInfo = struct itk::MultiThreaderBase::WorkUnitInfo' shadows a previous local [-Wshadow]
- Loading branch information