Type required
Title OSL_INVALID_PORT
Posted by [EMAIL PROTECTED]
Affected ,.
Effective from CWS warnings01


Summary

osl/socket.h:

- #define OSL_INVALID_PORT 0xffffffff
+ #define OSL_INVALID_PORT (-1)


Description
In all APIs, OSL_INVALID_PORT is only used together with sal_Int32, so
a value that is guaranteed to be of signed integer type is more
appropriate (although incompatible, strictly speaking).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to