]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025)
authorVictor Stinner <vstinner@python.org>
Mon, 20 Jun 2022 14:09:55 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2022 14:09:55 +0000 (16:09 +0200)
commit9d73adf7a45035f9c3bd6771347aad912e15c373
tree4e8508b513b9d93b1b8ec9228175d478142743ad
parent8a1bade5106d6bc3f064eec459442fd8aa611968
gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025)

(cherry picked from commit 774ef28814d0d9d57ec813cb31b0a7af6c476127)

Co-authored-by: Christian Heimes <christian@python.org>
Modules/_io/bufferedio.c
Modules/getnameinfo.c
Modules/signalmodule.c
Modules/socketmodule.c