Skip to content

Feat: Ignore deprecated-enum-enum-conversion warnings in GCC#706

Merged
brenocq merged 1 commit into
epezent:masterfrom
samangh:master
Jun 2, 2026
Merged

Feat: Ignore deprecated-enum-enum-conversion warnings in GCC#706
brenocq merged 1 commit into
epezent:masterfrom
samangh:master

Conversation

@samangh

@samangh samangh commented May 20, 2026

Copy link
Copy Markdown
Contributor

The fix to issue #688 was to ignore deprecated-enum-enum-conversion warnings (see PR #689).

However, that pull request only implemented the fix for clang. This PR also implements this in GCC.

Ignore `deprecated-enum-enum-conversion` warnings in GCC. This fixes issue epezent#688 for GCC users.

@brenocq brenocq left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for taking the time to also suppress the warning in GCC! LGTM

@brenocq brenocq merged commit 63cf6c7 into epezent:master Jun 2, 2026
18 checks passed
@brenocq brenocq added type:feat New feature or request prio:low Low priority status:done Task completed successfully labels Jun 2, 2026
@brenocq brenocq changed the title Ignore deprecated-enum-enum-conversion warnings in in GCC Feat: Ignore deprecated-enum-enum-conversion warnings in GCC Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

prio:low Low priority status:done Task completed successfully type:feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants