Commit 9c7217e9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

ML: kill another warning

parent 3c6ce7b0
...@@ -170,7 +170,7 @@ int BuildSelectVa( media_library_t *p_ml, char **ppsz_query, ...@@ -170,7 +170,7 @@ int BuildSelectVa( media_library_t *p_ml, char **ppsz_query,
break; break;
case ML_ARTIST: case ML_ARTIST:
/* This is OK because of a shallow free find */ /* This is OK because of a shallow free find */
p_find->lvalue.str = ML_PERSON_ARTIST; p_find->lvalue.str = (char *)ML_PERSON_ARTIST;
p_find->value.str = va_arg( criterias, char* ); p_find->value.str = va_arg( criterias, char* );
p_ftree = ml_FtreeFastAnd( p_ftree, p_find ); p_ftree = ml_FtreeFastAnd( p_ftree, p_find );
break; break;
......
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