mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
(OSX) Get rid of unused variable warning in net_http.c
This commit is contained in:
parent
9c2a5ba5e2
commit
25d9d7459b
@ -97,6 +97,8 @@ static int net_http_new_socket(const char * domain, int port)
|
||||
getaddrinfo_rarch(domain, portstr, &hints, &addr);
|
||||
if (!addr)
|
||||
return -1;
|
||||
|
||||
(void)i;
|
||||
|
||||
fd = socket(addr->ai_family, addr->ai_socktype, addr->ai_protocol);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user