Herold Heiko schrieb:

>3) As expected msvc still throws compiler error on http.c and retr.c, (bad)
>workaround: disable optimization. Anybody with a cl.exe newer than
>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
>can comment if this is needed with newer versions, too ?
>
I'm using
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86

the only noteable output while compiling (your other two patches
applied) is:
\Vc7\PlatformSDK\Include\WinSock.h(689) : warning C4005: 'NO_ADDRESS' :
macro redefinition
        host.c(59) : see previous definition of 'NO_ADDRESS'
http.c(514) : warning C4090: 'function' : different 'const' qualifiers
http.c(532) : warning C4090: 'function' : different 'const' qualifiers
http.c(710) : warning C4090: 'function' : different 'const' qualifiers

Tobias

Reply via email to