(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…
Reference in New Issue