mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Silence warnings
This commit is contained in:
parent
d3e62c62f2
commit
22dda9f398
@ -997,7 +997,9 @@ static void rcheevos_test_richpresence(void)
|
||||
settings_t *settings = config_get_ptr();
|
||||
const char *cheevos_username = settings->arrays.cheevos_username;
|
||||
bool cheevos_richpresence_enable = settings->bools.cheevos_richpresence_enable;
|
||||
#ifdef HAVE_DISCORD
|
||||
bool discord_enable = settings->bools.discord_enable;
|
||||
#endif
|
||||
|
||||
if (cheevos_richpresence_enable)
|
||||
{
|
||||
|
@ -6142,7 +6142,9 @@ static int xmb_list_push(void *data, void *userdata,
|
||||
bool menu_show_information = settings->bools.menu_show_information;
|
||||
bool menu_show_help = settings->bools.menu_show_help;
|
||||
bool kiosk_mode_enable = settings->bools.kiosk_mode_enable;
|
||||
#ifdef HAVE_QT
|
||||
bool desktop_menu_enable = settings->bools.desktop_menu_enable;
|
||||
#endif
|
||||
bool menu_show_online_updater = settings->bools.menu_show_online_updater;
|
||||
bool menu_content_show_settings = settings->bools.menu_content_show_settings;
|
||||
const char *menu_content_show_settings_password =
|
||||
|
Loading…
x
Reference in New Issue
Block a user