Remove register storage class specifier. C++17 removed the 'register' keyword which was deprecated in C++11. --- itk/RelativePositionPropImageFilter.txx.orig 2025-04-17 12:54:38 UTC +++ itk/RelativePositionPropImageFilter.txx @@ -365,12 +365,12 @@ namespace itk typename TabulationImageType::IndexType start; - for(register int i=0;iGetInput()->GetLargestPossibleRegion().GetSize(); - for(register int i=0;iGetRequestedRegion().GetIndex(); typename TabulationImageType::SizeType center = this->GetInput()->GetLargestPossibleRegion().GetSize(); - for(register int i=0;i