Commit 482492e0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix compiler warning in fbosd.c

parent 62829b3b
...@@ -803,6 +803,7 @@ static int RenderPicture( intf_thread_t *p_intf, int i_x_offset, int i_y_offset, ...@@ -803,6 +803,7 @@ static int RenderPicture( intf_thread_t *p_intf, int i_x_offset, int i_y_offset,
picture_t *p_src, picture_t *p_dest ) picture_t *p_src, picture_t *p_dest )
{ {
int i; int i;
VLC_UNUSED( p_intf );
if( !p_dest && !p_src ) return VLC_EGENERIC; if( !p_dest && !p_src ) return VLC_EGENERIC;
......
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