Issue 30631: Warnings in VS2015 Update 3 32-Bit (original) (raw)
I'm hitting the following warnings when building in VS2015 Update 3 in 32-bit:
liblzma: warning C4028: formal parameter {} different from declaration warning C4113: 'FARPROC' differs in parameter lists from '{}' warning C4244: 'initializing': conversion from '{}' to '{}', possible loss of data warning C4267: '=': conversion from '{}' to '{}', possible loss of data warning C4996: 'GetVersion': was declared deprecated
libeay: warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
socketmodule: warning C4996: '{}': Use {}() or {}() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings (multiple)
tix: warning C4090: 'function': different 'const' qualifiers warning C4028: formal parameter {} different from declaration
And ValidateUcrtbase in python.vcxproj is failing on first build because it depends on ctypes but runs before it's built when building using the pcbuild.sln