(Vita) Silence warnings (#14226)

This commit is contained in:
Cthulhu-throwaway 2022-07-26 13:03:23 -03:00 committed by GitHub
parent 29f0ba2e71
commit 83ac65d855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
*