[New-bugs-announce] [issue19418] audioop.c giving signed/unsigned warnings on Windows
Tim Golden
report at bugs.python.org
Sun Oct 27 20:44:38 CET 2013
New submission from Tim Golden:
Modules/audioop.c is giving compile warnings on Windows against lines 18 & 437.
..\Modules\audioop.c(18): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\Modules\audioop.c(437): warning C4146: unary minus operator applied to unsigned type, result still unsigned
----------
components: Build
messages: 201485
nosy: serhiy.storchaka, tim.golden
priority: normal
severity: normal
status: open
title: audioop.c giving signed/unsigned warnings on Windows
type: compile error
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19418>
_______________________________________
More information about the New-bugs-announce
mailing list