[vlc-devel] commit: Fix a warning ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jun 1 09:50:32 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun 1 10:49:10 2008 +0300| [d17b42fe978dd0de33aebd002e37d8ced946d021]
Fix a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d17b42fe978dd0de33aebd002e37d8ced946d021
---
src/control/vlm.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/control/vlm.c b/src/control/vlm.c
index 405968d..f75613d 100644
--- a/src/control/vlm.c
+++ b/src/control/vlm.c
@@ -391,6 +391,7 @@ LIBVLC_VLM_GET_MEDIA_ATTRIBUTE( seekable, int, Bool, 0, ret_value = false );
char* libvlc_vlm_show_media( libvlc_instance_t *p_instance, char *psz_name,
libvlc_exception_t *p_exception )
{
+ (void)p_instance;
/* FIXME is it needed ? */
libvlc_exception_raise( p_exception, "Unable to call show %s", psz_name );
return NULL;
More information about the vlc-devel
mailing list