mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(OSX) get rid of warning for unused variable
This commit is contained in:
parent
aa289e3879
commit
4ad2bd97dc
@ -38,6 +38,7 @@ static void frontend_apple_get_environment_settings(int *argc, char *argv[],
|
||||
CFBundleRef bundle = CFBundleGetMainBundle();
|
||||
|
||||
(void)support_path_buf;
|
||||
(void)temp_dir;
|
||||
|
||||
if (!bundle)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user