TheInterventionCentre / NorMIT-Plan

10 stars 1 forks source link

Warning sign comparison #93

Closed RafaelPalomar closed 7 years ago

RafaelPalomar commented 7 years ago

/home/rafael/src/NorMIT-Plan/VesselSegmentation/Logic/itkVesselSegmentationPreProcessingFilter.h: In instantiation of ‘void itk::VesselSegmentationPreProcessingFilter<TInputImage, TOutputImage>::SetNumberOfIterations(int) [with TI\ nputImage = itk::Image<float, 3u>; TOutputImage = itk::Image<float, 3u>]’: /home/rafael/src/NorMIT-Plan/VesselSegmentation/Logic/vtkSlicerVesselSegmentationLogic.cxx:290:62: required from here /home/rafael/build/Slicer-4.8.0/ITKv4/Modules/Core/Common/include/itkMacro.h:958:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ( this->m_##name != _arg ) \ ^ /home/rafael/src/NorMIT-Plan/VesselSegmentation/Logic/itkVesselSegmentationPreProcessingFilter.h:128:9: note: in expansion of macro ‘itkSetMacro’ itkSetMacro(NumberOfIterations, int);