View Issue Details

IDProjectCategoryView StatusLast Update
0004566Slicer4Core: Building (CMake, Superbuild)public2018-05-29 15:56
Reporterjcfr Assigned Tophcerdan  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionSlicer 4.9.0Fixed in VersionSlicer 4.9.0 
Summary0004566: Fix -Woverloaded-virtual warning in vtkITKImageThresholdCalculator.cxx
Description
In file included from /home/jcfr/Projects/Slicer-Qt5-VTK9-Release/VTKv9/Common/ExecutionModel/vtkImageAlgorithm.h:32:0,
                 from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.h:18,
                 from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.cxx:16:
/home/jcfr/Projects/Slicer-Qt5-VTK9-Release/VTKv9/Common/ExecutionModel/vtkAlgorithm.h:569:15: warning: ‘virtual int vtkAlgorithm::Update(vtkInformation*)’ was hidden [-Woverloaded-virtual]
   virtual int Update(vtkInformation* requests);
               ^
In file included from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.cxx:16:0:
/home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.h:80:8: warning:   by ‘virtual void vtkITKImageThresholdCalculator::Update()’ [-Woverloaded-virtual]
   void Update() VTK_OVERRIDE;
        ^
In file included from /home/jcfr/Projects/Slicer-Qt5-VTK9-Release/VTKv9/Common/ExecutionModel/vtkImageAlgorithm.h:32:0,
                 from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.h:18,
                 from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.cxx:16:
/home/jcfr/Projects/Slicer-Qt5-VTK9-Release/VTKv9/Common/ExecutionModel/vtkAlgorithm.h:562:15: warning: ‘virtual int vtkAlgorithm::Update(int, vtkInformationVector*)’ was hidden [-Woverloaded-virtual]
   virtual int Update(int port, vtkInformationVector* requests);
               ^
In file included from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.cxx:16:0:
/home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.h:80:8: warning:   by ‘virtual void vtkITKImageThresholdCalculator::Update()’ [-Woverloaded-virtual]
   void Update() VTK_OVERRIDE;
        ^
In file included from /home/jcfr/Projects/Slicer-Qt5-VTK9-Release/VTKv9/Common/ExecutionModel/vtkImageAlgorithm.h:32:0,
                 from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.h:18,
                 from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.cxx:16:
/home/jcfr/Projects/Slicer-Qt5-VTK9-Release/VTKv9/Common/ExecutionModel/vtkAlgorithm.h:536:16: warning: ‘virtual void vtkAlgorithm::Update(int)’ was hidden [-Woverloaded-virtual]
   virtual void Update(int port);
                ^
In file included from /home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.cxx:16:0:
/home/jcfr/Projects/Slicer-Qt5-VTK9/Libs/vtkITK/vtkITKImageThresholdCalculator.h:80:8: warning:   by ‘virtual void vtkITKImageThresholdCalculator::Update()’ [-Woverloaded-virtual]
   void Update() VTK_OVERRIDE;
        ^
TagsNo tags attached.

Activities

Issue History

Date Modified Username Field Change
2018-05-29 13:29 jcfr New Issue
2018-05-29 13:29 jcfr Status new => assigned
2018-05-29 13:29 jcfr Assigned To => phcerdan
2018-05-29 14:58 phcerdan Note Added: 0015769
2018-05-29 15:56 jcfr Status assigned => resolved
2018-05-29 15:56 jcfr Resolution open => fixed
2018-05-29 15:56 jcfr Fixed in Version => Slicer 4.9.0
2018-05-29 15:56 jcfr Note Added: 0015771