]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Oct 2020 08:55:38 +0000 (01:55 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 08:55:38 +0000 (17:55 +0900)
commitc756c2b507b088919ac0c1aa8b0d8c8bdbdd75ee
treed3e7166c4cdca844dd6c767299c0a966165febe5
parenta8e6af798e6bfc0d9479a4d16e2bc8cc1a4ad283
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)

Fix the compiler warning:

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

Co-authored-by: Samuel Marks <807580+SamuelMarks@users.noreply.github.com>
Python/initconfig.c