COMP: Update ITKv4 - Fix "unused-local-typedefs" warning
This commit fixes the following warning in FiducialRegistration:
// -------
In file included from /path/to/ITKv4/Modules/Core/Transform/include/itkLandmarkBasedTransformInitializer.h:188:0,
from /path/to/Slicer/Modules/CLI/FiducialRegistration/FiducialRegistration.cxx:7:
/path/to/ITKv4/Modules/Core/Transform/include/itkLandmarkBasedTransformInitializer.hxx: In member function ‘void itk::LandmarkBasedTransformInitializer<TTransform, TFixedImage, TMovingImage>::InternalInitializeTransform(itk::LandmarkBasedTransformInitializer<TTransform, TFixedImage, TMovingImage>::VersorRigid3DTransformType*)’:
/path/to/ITKv4/Modules/Core/Transform/include/itkLandmarkBasedTransformInitializer.hxx:252:65: warning: typedef ‘RotationCenterType’ locally defined but not used [-Wunused-local-typedefs]
typedef typename VersorRigid3DTransformType::CenterType RotationCenterType;
// -------
$ git shortlog 79ec70b..3307a27
Jean-Christophe Fillion-Robin (1):
COMP: Fix "unused-local-typedefs" warning in LandmarkBasedTransformInitializer
git-svn-id: http://svn.slicer.org/Slicer4/trunk@23393 3bd1e089-480b-0410-8dfb-8563597acbee |