mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-27 13:15:49 +00:00
Merge pull request #5427 from fr500/master
clear inet_ntop_compat warning
This commit is contained in:
commit
83b07b6d0d
@ -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…
x
Reference in New Issue
Block a user