]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
authorSamuel Marks <807580+SamuelMarks@users.noreply.github.com>
Mon, 21 Sep 2020 08:35:17 +0000 (18:35 +1000)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 08:35:17 +0000 (10:35 +0200)
commitc322948892438a387d752ec18d1eb512699a4d67
treec409e6d2e54929b27889cb4c8a9c63289c4095f1
parentbc6b7fa6d7fb8957eb4ff809366af40dfb12b8cd
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`
Python/initconfig.c