Skip to content

[3.9] bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) #22334

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

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 21, 2020

Fix the compiler warning:

format specifies type wint_t (aka int) but the argument has type unsigned int
(cherry picked from commit c322948)

Co-authored-by: Samuel Marks 807580+SamuelMarks@users.noreply.github.com

https://bugs.python.org/issue41819

…2332)

Fix the compiler warning:

format specifies type `wint_t` (aka `int`) but the argument has type `unsigned int`
(cherry picked from commit c322948)

Co-authored-by: Samuel Marks <807580+SamuelMarks@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@SamuelMarks and @vstinner: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@SamuelMarks and @vstinner: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@SamuelMarks and @vstinner: Status check is done, and it's a success ✅ .

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

@SamuelMarks and @vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 7aa534c into python:3.9 Sep 21, 2020
@miss-islington miss-islington deleted the backport-c322948-3.9 branch September 21, 2020 08:58
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.

5 participants