mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 16:21:15 +00:00
(Wii) Fix some warnings
This commit is contained in:
parent
a1f12dd570
commit
b2c8254c06
@ -2132,6 +2132,7 @@ static int deferred_push_disk_options(void *data, void *userdata,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
|
||||
unsigned type)
|
||||
{
|
||||
@ -2173,6 +2174,7 @@ static void print_buf_lines(file_list_t *list, char *buf, int buf_size,
|
||||
* ignore the partial last line.
|
||||
*/
|
||||
}
|
||||
#endif
|
||||
|
||||
static int deferred_push_core_manager_list(void *data, void *userdata,
|
||||
const char *path, const char *label, unsigned type)
|
||||
@ -2182,9 +2184,11 @@ static int deferred_push_core_manager_list(void *data, void *userdata,
|
||||
unsigned i;
|
||||
char url[PATH_MAX_LENGTH];
|
||||
#endif
|
||||
char *buf;
|
||||
char *buf = NULL;
|
||||
file_list_t *list = (file_list_t*)data;
|
||||
|
||||
(void)buf;
|
||||
|
||||
menu_list_clear(list);
|
||||
|
||||
if (g_settings.network.buildbot_url[0] == '\0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user