Commit 2be3cb43 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

darwin_specific.c: unused warning fix.

parent c9549a21
......@@ -76,6 +76,7 @@ static CFArrayRef copy_all_locale_indentifiers(void)
*****************************************************************************/
void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
{
VLC_UNUSED(p_this);
char i_dummy;
char *p_char = NULL;
char *p_oldchar = &i_dummy;
......
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