(Apple) Some warning fixes

This commit is contained in:
Twinaphex 2015-01-09 17:44:00 +01:00
parent 9274a6a1ae
commit 4bc5b57db6
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "../../input/apple_input.h"
#include "../../frontend/frontend.h"
#include "../../menu/menu_common.h"
#include "../../retroarch.h"
static void* const associated_core_key = (void*)&associated_core_key;
id<RetroArch_Platform> apple_platform;

View File

@ -133,6 +133,8 @@ static void frontend_apple_get_environment_settings(int *argc, char *argv[],
CFURLRef bundle_url;
CFStringRef bundle_path;
CFBundleRef bundle = CFBundleGetMainBundle();
(void)support_path_buf;
if (!bundle)
return;