Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Windows GCC and Clang format warning for DWORD. #2538

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

zufuliu
Copy link
Contributor

@zufuliu zufuliu commented Dec 2, 2024

DWORD is defined as unsigned long, %lu is the correct format specifier.

`DWORD` is defined as `unsigned long`, `%lu` is the correct format specifier.
@jhasse jhasse merged commit d344479 into ninja-build:master Dec 5, 2024
11 checks passed
@jhasse jhasse added this to the 1.13.0 milestone Jan 28, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants