mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(Switch) Silence Warnings (#14237)
This commit is contained in:
parent
adea9559a7
commit
02905650cc
@ -322,7 +322,7 @@ static void frontend_switch_exec(const char *path, bool should_load_game)
|
||||
(void*)arg_data))
|
||||
{
|
||||
char buf[PATH_MAX];
|
||||
const char **arg = arg_data;
|
||||
char **arg = arg_data;
|
||||
|
||||
do
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user