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

UT[MQB]: Fix deprecated usage of C-style enums #379

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

hallfox
Copy link
Collaborator

@hallfox hallfox commented Jul 26, 2024

Arithmetic expressions using C-style enums trigger a warning with -Wdeprecated-enum-float-conversion.

@hallfox hallfox requested a review from a team as a code owner July 26, 2024 21:58
Arithmetic expressions using C-style enums trigger a warning with -Wdeprecated-enum-float-conversion.

Signed-off-by: Taylor Foxhall <[email protected]>
@hallfox hallfox force-pushed the fix-float-enum-op branch from 11ce99c to a3716bd Compare July 29, 2024 19:08
Copy link
Contributor

@chrisbeard chrisbeard left a comment

Choose a reason for hiding this comment

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

👍

@hallfox hallfox merged commit ea4b7bc into bloomberg:main Jul 30, 2024
29 checks passed
@hallfox hallfox deleted the fix-float-enum-op branch July 30, 2024 17:27
@678098 678098 changed the title Fix deprecated usage of C-style enums UT[MQB]: Fix deprecated usage of C-style enums Aug 29, 2024
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