Commit 9619e4d5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input: Remove a warning about an unused argument.

parent 63c9675b
...@@ -239,6 +239,7 @@ static void __ArtCacheGetDirPath( vlc_object_t *p_obj, ...@@ -239,6 +239,7 @@ static void __ArtCacheGetDirPath( vlc_object_t *p_obj,
const char *psz_title, const char *psz_title,
const char *psz_artist, const char *psz_album ) const char *psz_artist, const char *psz_album )
{ {
(void)p_obj;
char *psz_cachedir = config_GetCacheDir(); char *psz_cachedir = config_GetCacheDir();
if( !EMPTY_STR(psz_artist) && !EMPTY_STR(psz_album) ) if( !EMPTY_STR(psz_artist) && !EMPTY_STR(psz_album) )
......
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