[vlc-devel] commit: shout: Flag unused param. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Aug 20 16:43:35 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 16:38:06 2009 +0200| [91c4ffbb29f66fcd3be76482a0a65bce40083822] | committer: Pierre d'Herbemont
shout: Flag unused param.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91c4ffbb29f66fcd3be76482a0a65bce40083822
---
modules/access_output/shout.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access_output/shout.c b/modules/access_output/shout.c
index 12a13d2..519de70 100644
--- a/modules/access_output/shout.c
+++ b/modules/access_output/shout.c
@@ -560,6 +560,7 @@ static ssize_t Write( sout_access_out_t *p_access, block_t *p_buffer )
*****************************************************************************/
static int Seek( sout_access_out_t *p_access, off_t i_pos )
{
+ VLC_UNUSED(i_pos);
msg_Err( p_access, "cannot seek on shout" );
return VLC_EGENERIC;
}
More information about the vlc-devel
mailing list