(OSX) Get rid of unused variable warnings for now on OSX

This commit is contained in:
Twinaphex 2014-10-07 16:51:25 +02:00
parent 931bc28236
commit 7270f8982a

View File

@ -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();