mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(OSX) Get rid of unused variable warnings for now on OSX
This commit is contained in:
parent
931bc28236
commit
7270f8982a
@ -124,6 +124,9 @@ static void frontend_apple_get_environment_settings(int *argc, char *argv[],
|
||||
return;
|
||||
bundle_url = CFBundleCopyBundleURL(bundle);
|
||||
CFStringRef bundle_path = CFURLCopyPath(bundle_url);
|
||||
|
||||
(void)bundle_path_buf;
|
||||
(void)home_dir_buf;
|
||||
|
||||
#ifdef IOS
|
||||
CFURLRef home_dir = CFCopyHomeDirectoryURL();
|
||||
|
Loading…
x
Reference in New Issue
Block a user