]> git.sesse.net Git - vlc/commitdiff
Fix compiler warning in fbosd.c
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 6 May 2008 08:57:09 +0000 (10:57 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 6 May 2008 08:57:47 +0000 (10:57 +0200)
modules/gui/fbosd.c

index 3d4f8f4a52f181501132326a3d9793d6568ae3bb..114e04e8ef2eb776a59f2e2d17c215e6a234bf92 100644 (file)
@@ -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 )
 {
     int i;
+    VLC_UNUSED( p_intf );
 
     if( !p_dest && !p_src ) return VLC_EGENERIC;