mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
clear inet_ntop_compat warning
This commit is contained in:
parent
632225ee73
commit
5d03a4719f
1 changed files with 2 additions and 1 deletions
|
@ -393,7 +393,8 @@ const char *inet_ntop_compat(int af, const void *src, char *dst, socklen_t cnt)
|
|||
return dst;
|
||||
}
|
||||
#endif
|
||||
return NULL;
|
||||
else
|
||||
return NULL;
|
||||
#else
|
||||
return inet_ntop(af, src, dst, cnt);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue