-Werror,-Wunused-function
Change-Id: Ic12b2914b4f39a96d1455dc280c97d64639b9849
This commit is contained in:
@@ -714,6 +714,7 @@ struct oslHostAddrImpl {
|
||||
oslSocketAddr pSockAddr;
|
||||
} ;
|
||||
|
||||
#if _WIN32_WINNT < _WIN32_WINNT_VISTA
|
||||
static oslHostAddr __osl_hostentToHostAddr (const struct hostent *he)
|
||||
{
|
||||
oslHostAddr pAddr= NULL;
|
||||
@@ -773,6 +774,7 @@ static oslHostAddr __osl_hostentToHostAddr (const struct hostent *he)
|
||||
|
||||
return pAddr;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
/* osl_createHostAddr */
|
||||
|
Reference in New Issue
Block a user