Skip to content

Conversation

@jhlegarreta
Copy link
Member

Fix unused type alias warnings.

Fixes:

[CTest: warning matched]
/Users/Kitware/Dashboards/TestsModules/Remote/LesionSizingToolkit/test/
itkSegmentationModuleTest1.cxx:29:9:
warning: unused type alias 'SpatialObjectType' [-Wunused-local-typedef]
  using SpatialObjectType = SegmentationModuleType::SpatialObjectType;
        ^
[CTest: warning suppressed] 1 warning generated.

and

[CTest: warning matched]
/Users/Kitware/Dashboards/TestsModules/Remote/LesionSizingToolkit/test/
itkSinglePhaseLevelSetSegmentationModuleTest1.cxx:29:9:
warning: unused type alias 'SpatialObjectType' [-Wunused-local-typedef]
  using SpatialObjectType = SegmentationModuleType::SpatialObjectType;
        ^
[CTest: warning suppressed] 1 warning generated.

raised at
http://testing.cdash.org/viewBuildError.php?type=1&buildid=5915102

Fix unused type alias warnings.

Fixes:
```
[CTest: warning matched]
/Users/Kitware/Dashboards/TestsModules/Remote/LesionSizingToolkit/test/
itkSegmentationModuleTest1.cxx:29:9:
warning: unused type alias 'SpatialObjectType' [-Wunused-local-typedef]
  using SpatialObjectType = SegmentationModuleType::SpatialObjectType;
        ^
[CTest: warning suppressed] 1 warning generated.
```
and
```
[CTest: warning matched]
/Users/Kitware/Dashboards/TestsModules/Remote/LesionSizingToolkit/test/
itkSinglePhaseLevelSetSegmentationModuleTest1.cxx:29:9:
warning: unused type alias 'SpatialObjectType' [-Wunused-local-typedef]
  using SpatialObjectType = SegmentationModuleType::SpatialObjectType;
        ^
[CTest: warning suppressed] 1 warning generated.
```

raised at
http://testing.cdash.org/viewBuildError.php?type=1&buildid=5915102
@jhlegarreta
Copy link
Member Author

@zackgalbreath reviews are welcome. Thanks.

@jhlegarreta
Copy link
Member Author

The CI errors are related to the CMake configuration step while trying to find the ITKVtkGlue module (#34) .

Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jhlegarreta !

@thewtex thewtex merged commit 504ff10 into InsightSoftwareConsortium:master May 18, 2019
@jhlegarreta jhlegarreta deleted the FixUnusedTypeAliasWarning branch May 18, 2019 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants