Commit 8acf84f1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Core: SD, kill a warning

parent 039902ed
......@@ -322,6 +322,7 @@ static void playlist_sd_item_removed( const vlc_event_t * p_event, void * user_d
/* A request to remove all ideas from SD */
static void playlist_sd_item_removeall( const vlc_event_t * p_event, void * user_data )
{
VLC_UNUSED(p_event);
playlist_item_t* p_sd_node = user_data;
if( p_sd_node == NULL ) return;
playlist_t* p_playlist = p_sd_node->p_playlist;
......
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