Skip to content

[2.7] bpo-19418: audioop.c: Fix warnings on -0x80000000#7453

Merged
vstinner merged 1 commit intopython:2.7from
vstinner:audioop_warn27
Jun 6, 2018
Merged

[2.7] bpo-19418: audioop.c: Fix warnings on -0x80000000#7453
vstinner merged 1 commit intopython:2.7from
vstinner:audioop_warn27

Conversation

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