Commit 746198cc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 96ab4834
......@@ -372,6 +372,7 @@ char *__vlc_fix_readdir_charset( vlc_object_t *p_this, const char *psz_string )
}
#endif
(void)p_this;
return strdup( psz_string );
}
......
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