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

Suppress msvc C5054 warning #7888

Merged
merged 1 commit into from
Mar 4, 2025
Merged

Suppress msvc C5054 warning #7888

merged 1 commit into from
Mar 4, 2025

Conversation

Chocobo1
Copy link
Contributor

@Chocobo1 Chocobo1 commented Feb 23, 2025

The warning is emitted when compiling in C++20 mode.
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/c5054?view=msvc-170

Fixes #7881.

ps. This needs to be ported to RC_1_2 and master too.

@arvidn arvidn merged commit 0afd8a7 into arvidn:RC_2_0 Mar 4, 2025
41 of 42 checks passed
@Chocobo1 Chocobo1 deleted the msvc_warning branch March 4, 2025 06:07
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.

performance_counters.hpp gives warning C5054: operator '-': deprecated between enumerations of different types
2 participants