Browse Source
vlc_array_item_at_index returns a value of type pointer-to-void, meaning that the pointer is implicitly convertible to the destination type (there is no need for the explicit cast). Signed-off-by: Thomas Guillem <thomas@gllm.fr>pull/50/head
committed by
Thomas Guillem
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue