X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fmeta.c;h=402c9919ea47577b26d663e6678db48be32524d6;hb=9619e4d51087e2eba08ed3643d67572c3f2362a1;hp=bdc16ebc9190c66f976cfcc1e2bb5a100476872e;hpb=63c9675b0ea598fc25b61b214f1c99be022d89e5;p=vlc diff --git a/src/input/meta.c b/src/input/meta.c index bdc16ebc91..402c9919ea 100644 --- a/src/input/meta.c +++ b/src/input/meta.c @@ -239,7 +239,8 @@ static void __ArtCacheGetDirPath( vlc_object_t *p_obj, const char *psz_title, const char *psz_artist, const char *psz_album ) { - char *psz_cachedir = config_GetCacheDir(); + (void)p_obj; + char *psz_cachedir = config_GetCacheDir(); if( !EMPTY_STR(psz_artist) && !EMPTY_STR(psz_album) ) {