commit | e5b79c546370521764457ea2ec809303e580f5ea | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Jun 06 17:51:07 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 06 17:51:07 2018 +0200 |
tree | cc32e014e7946c6d93c75d880c0ba42e3633adb2 | |
parent | b17d409bc0458e3981987c2358da661f228f5891 [diff] |
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