(OSX) get rid of warning for unused variable

This commit is contained in:
Twinaphex 2015-03-13 01:22:20 +01:00
parent aa289e3879
commit 4ad2bd97dc

View File

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