[New-bugs-announce] [issue23958] compile warnings in libffi

Steve R. Hastings report at bugs.python.org
Tue Apr 14 22:24:08 CEST 2015


New submission from Steve R. Hastings:

The normal build should not have any warnings.  The source for libffi included some comparisons between signed int and unsigned int, which caused warnings.

The patch changes the signed int variables to unsigned int.

----------
components: Build
files: libffi_warning_patch.txt
messages: 241011
nosy: steveha
priority: normal
severity: normal
status: open
title: compile warnings in libffi
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file39017/libffi_warning_patch.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23958>
_______________________________________


More information about the New-bugs-announce mailing list