Message119946
The code in socketmodule.c currently compile with suspect warnings:
socketmodule.c(3108) : warning C4047: 'function' : 'LPSTR' differs in levels of indirection from 'int'
socketmodule.c(3108) : warning C4024: 'GetComputerNameA' : different types for formal and actual parameter 1
socketmodule.c(3109) : warning C4133: 'function' : incompatible types - from 'Py_UNICODE *' to 'LPDWORD'
socketmodule.c(3110) : warning C4020: 'GetComputerNameA' : too many actual parameters
was GetComputerName() used instead of GetComputerNameExW()? |
|
Date |
User |
Action |
Args |
2010-10-29 22:29:05 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, loewis, vstinner, baikie, ezio.melotti, r.david.murray, jesterKing |
2010-10-29 22:29:04 | amaury.forgeotdarc | set | messageid: <1288391344.91.0.455071093168.issue9377@psf.upfronthosting.co.za> |
2010-10-29 22:29:03 | amaury.forgeotdarc | link | issue9377 messages |
2010-10-29 22:29:03 | amaury.forgeotdarc | create | |
|