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

Remove legacy compiler build options #2775

Merged
merged 2 commits into from
May 27, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented May 26, 2024

Remove __GXX_EXPERIMENTAL_CXX0X__, it's for obsolete compiler versions.

Enable deprecated warnings for Host builds. These were originally masked but there's currently no reason for it.

It's for obsolete compiler versions.
Copy link

what-the-diff bot commented May 26, 2024

PR Summary

  • Removal of Experimental Flags
    The __GXX_EXPERIMENTAL_CXX0X__ flag and all associated experimental code have been removed. This ensures that our codebase uses only stable and tested features.

@mikee47 mikee47 changed the title Remove __GXX_EXPERIMENTAL_CXX0X__ Remove legacy compiler build options May 26, 2024
@slaff slaff added this to the 5.2.0 milestone May 27, 2024
@slaff slaff merged commit 2cac913 into SmingHub:develop May 27, 2024
46 checks passed
@mikee47 mikee47 deleted the fix/remove-gxx-experimental branch May 27, 2024 07:13
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