mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(Vita) Silence warnings (#14226)
This commit is contained in:
parent
29f0ba2e71
commit
83ac65d855
@ -450,6 +450,7 @@ bool netplay_discovery_driver_ctl(
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifndef VITA
|
||||
/** Initialize Netplay discovery */
|
||||
static bool init_lan_ad_server_socket(void)
|
||||
{
|
||||
@ -479,6 +480,7 @@ static bool init_lan_ad_server_socket(void)
|
||||
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
/** Deinitialize Netplay discovery */
|
||||
static void deinit_lan_ad_server_socket(void)
|
||||
@ -492,6 +494,7 @@ static void deinit_lan_ad_server_socket(void)
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef VITA
|
||||
/**
|
||||
* netplay_lan_ad_server
|
||||
*
|
||||
@ -622,6 +625,8 @@ static bool netplay_lan_ad_server(netplay_t *netplay)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* netplay_impl_magic:
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user