Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: gcc-13 compatability #4041

Conversation

ramen-newdals
Copy link

Using gcc-13 ITK does not compile as discussed in this form entry: (https://discourse.itk.org/t/building-itk-error-with-algorithim-module/5927/9). Was able to be fixed thanks to @dzenanz with the inclusion of to itkMathematicalMorphologyEnums.h and specifying std::uint8_t on line 41.

Using gcc-13 ITK does not compile as discussed in this form entry: https://discourse.itk.org/t/building-itk-error-with-algorithim-module/5927/9. Was able to be fixed thanks to @dzenanz with the inclusion of  <cstdint> to itkMathematicalMorphologyEnums.h
@github-actions github-actions bot added type:Compiler Compiler support or related warnings area:Filtering Issues affecting the Filtering module labels May 8, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for contributing a pull request! 🙏

Welcome to the ITK community! 🤗👋☀️

We are glad you are here and appreciate your contribution. Please keep in mind our community participation guidelines. 📜
More support and guidance on the contribution process can be found in our contributing guide. 📖

@hjmjohnson hjmjohnson merged commit 25498f0 into InsightSoftwareConsortium:master May 9, 2023
5 checks passed
@N-Dekker
Copy link
Contributor

N-Dekker commented Jan 9, 2024

FYI, I'm just proposing is a little style adjustment to this fix:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Filtering Issues affecting the Filtering module type:Compiler Compiler support or related warnings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants