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 multichar warning in windows_utils.cpp #92541

Merged
merged 1 commit into from
May 30, 2024

Conversation

patwork
Copy link
Contributor

@patwork patwork commented May 30, 2024

Info

Spiritual followup to #5787

This fix removes the multi-character character constant warning when compiling platform/windows/windows_utils.cpp.

The values of the constants were verified with https://llvm.org/doxygen/CVDebugRecord_8h_source.html

Warning

In this particular case, we do not consider the difference between little endian and big endian systems.

@patwork patwork requested a review from a team as a code owner May 30, 2024 12:07
@akien-mga akien-mga added this to the 4.3 milestone May 30, 2024
@akien-mga akien-mga changed the title Fix multichar warning in windows_utils Fix multichar warning in windows_utils.cpp May 30, 2024
@akien-mga akien-mga merged commit e7dd6f1 into godotengine:master May 30, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants