Tobias Tiederle <[EMAIL PROTECTED]> writes:

> 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'

I've now fixed this.

> 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

I don't understand these warnings.  According to the documentation
available on the web, the C4090 warning occurs when the const
qualifier is being lost, for instance by supplying the const pointer
to a function that expects a non-const pointer.  However, that does
not happen in any of the cited source lines.

Can someone knowledgable with MSVC explain the warnings?

Reply via email to