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

Fix bitwise operations warnings in C++20 #618

Merged
merged 3 commits into from
Mar 16, 2024

Conversation

lautriva
Copy link
Contributor

@lautriva lautriva commented Mar 7, 2024

This PR is intended to fix multiple warnings
warning: bitwise operation between different enumeration types XXX and YYYY is deprecated
raised when compiling in C++20

Each time I updated Nuklear on my side I did those changes, today I decided to make them once and for all with a PR 😄

Fixes #170

Copy link
Contributor

@RobLoach RobLoach left a comment

Choose a reason for hiding this comment

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

While it does look like some bloat, I think this is a fine addition. Thanks a lot. Anyone else care to review?

@RobLoach RobLoach merged commit 055a0aa into Immediate-Mode-UI:master Mar 16, 2024
1 check passed
@lautriva lautriva deleted the fix_bitwise_cpp20 branch March 29, 2024 17:46
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.

Compile error: C++20 strict
2 participants