mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
clear inet_ntop_compat warning
This commit is contained in:
parent
632225ee73
commit
5d03a4719f
@ -393,6 +393,7 @@ const char *inet_ntop_compat(int af, const void *src, char *dst, socklen_t cnt)
|
||||
return dst;
|
||||
}
|
||||
#endif
|
||||
else
|
||||
return NULL;
|
||||
#else
|
||||
return inet_ntop(af, src, dst, cnt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user