(Switch) Silence Warnings (#14237)

This commit is contained in:
Cthulhu-throwaway 2022-07-28 18:55:18 -03:00 committed by GitHub
parent adea9559a7
commit 02905650cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{