Kaydet (Commit) 8d18f1e9 authored tarafından jan Iversen's avatar jan Iversen

iOS, cleaned unused parameter

Change-Id: Iac097d9a4578ef7dcb47006a422703ab06a8284e
üst 39c5ade7
...@@ -234,6 +234,7 @@ static void *lok_dlopen( const char *install_path, char ** _imp_lib ) ...@@ -234,6 +234,7 @@ static void *lok_dlopen( const char *install_path, char ** _imp_lib )
} }
} }
#else #else
(void)install_path;
imp_lib = strdup("the app executable"); imp_lib = strdup("the app executable");
dlhandle = RTLD_MAIN_ONLY; dlhandle = RTLD_MAIN_ONLY;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment