-Werror,-Wunused-function

Change-Id: Ic12b2914b4f39a96d1455dc280c97d64639b9849
This commit is contained in:
Stephan Bergmann
2015-11-11 16:01:02 +01:00
parent bf35ea1dea
commit 2f59f936fe

View File

@@ -714,6 +714,7 @@ struct oslHostAddrImpl {
oslSocketAddr pSockAddr; oslSocketAddr pSockAddr;
} ; } ;
#if _WIN32_WINNT < _WIN32_WINNT_VISTA
static oslHostAddr __osl_hostentToHostAddr (const struct hostent *he) static oslHostAddr __osl_hostentToHostAddr (const struct hostent *he)
{ {
oslHostAddr pAddr= NULL; oslHostAddr pAddr= NULL;
@@ -773,6 +774,7 @@ static oslHostAddr __osl_hostentToHostAddr (const struct hostent *he)
return pAddr; return pAddr;
} }
#endif
/*****************************************************************************/ /*****************************************************************************/
/* osl_createHostAddr */ /* osl_createHostAddr */