]> granicus.if.org Git - python/commit
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
authorSegev Finer <segev208@gmail.com>
Wed, 26 Jul 2017 22:17:57 +0000 (01:17 +0300)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 26 Jul 2017 22:17:57 +0000 (15:17 -0700)
commit679b566622ec811c5e5d580f6a538f7a43006e05
tree52be9b1a2d2e0e567d8fa44c72a71659647460de
parentf0851910eb8e711bf8f22165cb0df33bb27b09d6
bpo-9566: Fix some Windows x64 compiler warnings (#2492)

* bpo-9566: Silence liblzma warnings

* bpo-9566: Silence tcl warnings

* bpo-9566: Silence tk warnings

* bpo-9566: Silence tix warnings

* bpo-9566: Fix some library warnings

* bpo-9566: Fix msvcrtmodule.c warnings

* bpo-9566: Silence _bz2 warnings

* bpo-9566: Fixed some _ssl warnings

* bpo-9566: Fix _msi warnings

* bpo-9566: Silence _ctypes warnings

* Revert "bpo-9566: Fixed some _ssl warnings"

This reverts commit a639001c949ba53338a9ee047d2ec1efd2505e6f.

* bpo-9566: Also consider NULL as a possible error in HANDLE_return_converter

* bpo-9566: whitespace fixes
12 files changed:
Modules/binascii.c
Modules/zlibmodule.c
PC/_msi.c
PC/clinic/msvcrtmodule.c.h
PC/msvcrtmodule.c
PC/winreg.c
PCbuild/_bz2.vcxproj
PCbuild/_ctypes.vcxproj
PCbuild/liblzma.vcxproj
PCbuild/tcl.vcxproj
PCbuild/tix.vcxproj
PCbuild/tk.vcxproj