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 <rep...@bugs.python.org> <http://bugs.python.org/issue23958> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com