Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jun 6, 2018

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

https://bugs.python.org/issue19418

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
@vstinner
Copy link
Member Author

vstinner commented Jun 6, 2018

I checked manually AppVeyor logs: audioop.c compilation on Windows doesn't emit any warning. Good.

@vstinner vstinner merged commit e5b79c5 into python:2.7 Jun 6, 2018
@vstinner vstinner deleted the audioop_warn27 branch June 6, 2018 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants