]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453)
authorVictor Stinner <vstinner@redhat.com>
Wed, 6 Jun 2018 15:51:07 +0000 (17:51 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Jun 2018 15:51:07 +0000 (17:51 +0200)
commite5b79c546370521764457ea2ec809303e580f5ea
treecc32e014e7946c6d93c75d880c0ba42e3633adb2
parentb17d409bc0458e3981987c2358da661f228f5891
bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453)

bpo-19418, bpo-33781: Fix the following warnings on Windows:

Modules\audioop.c(28): warning C4146: unary minus operator applied
    to unsigned type, result still unsigned
Modules\audioop.c(396): warning C4146: unary minus operator applied
    to unsigned type, result still unsigned
Modules/audioop.c