[vlc-devel] commit: Fix compiler warning in fbosd.c (Jean-Paul Saman )
git version control
git at videolan.org
Tue May 6 10:56:39 CEST 2008
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Tue May 6 10:57:09 2008 +0200| [482492e0087aaa6ebc236cbb6100c21c9a65f4df]
Fix compiler warning in fbosd.c
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=482492e0087aaa6ebc236cbb6100c21c9a65f4df
---
modules/gui/fbosd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/fbosd.c b/modules/gui/fbosd.c
index 3d4f8f4..114e04e 100644
--- a/modules/gui/fbosd.c
+++ b/modules/gui/fbosd.c
@@ -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;
More information about the vlc-devel
mailing list