mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 13:43:32 +00:00
Silence some warnings
This commit is contained in:
parent
73e01b64ba
commit
09d27fc591
@ -1859,6 +1859,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||
case CMD_EVENT_LOAD_CORE:
|
||||
{
|
||||
bool success = command_event(CMD_EVENT_LOAD_CORE_PERSIST, NULL);
|
||||
(void)success;
|
||||
|
||||
#ifndef HAVE_DYNAMIC
|
||||
command_event(CMD_EVENT_QUIT, NULL);
|
||||
|
@ -1186,7 +1186,6 @@ error:
|
||||
bool content_save_state(const char *path, bool save_to_disk, bool autosave)
|
||||
{
|
||||
retro_ctx_size_info_t info;
|
||||
bool ret = false;
|
||||
void *data = NULL;
|
||||
|
||||
core_serialize_size(&info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user