mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
Fix warnings
This commit is contained in:
parent
b0490c4f8c
commit
df75b586a2
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu_common.h"
|
#include "menu_common.h"
|
||||||
|
#include "../frontend.h"
|
||||||
|
|
||||||
void menu_update_system_info(menu_handle_t *menu, bool *load_no_rom)
|
void menu_update_system_info(menu_handle_t *menu, bool *load_no_rom)
|
||||||
{
|
{
|
||||||
@ -187,6 +188,9 @@ bool load_menu_game(void)
|
|||||||
char *rarch_argv[MAX_ARGS] = {NULL};
|
char *rarch_argv[MAX_ARGS] = {NULL};
|
||||||
char *argv_copy[MAX_ARGS] = {NULL};
|
char *argv_copy[MAX_ARGS] = {NULL};
|
||||||
|
|
||||||
|
(void)rarch_argc_ptr;
|
||||||
|
(void)rarch_argv_ptr;
|
||||||
|
|
||||||
wrap_args = (struct rarch_main_wrap*)calloc(1, sizeof(*wrap_args));
|
wrap_args = (struct rarch_main_wrap*)calloc(1, sizeof(*wrap_args));
|
||||||
rarch_assert(wrap_args);
|
rarch_assert(wrap_args);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user