Commit cae26885 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

block.c: Remove a warning about unused argument.

parent d98ba2fe
......@@ -214,6 +214,8 @@ struct block_fifo_t
block_fifo_t *__block_FifoNew( vlc_object_t *p_obj )
{
(void)p_obj;
block_fifo_t *p_fifo;
p_fifo = malloc( sizeof( block_fifo_t ) );
......
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