[vlc-devel] commit: http: Flag unused args. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 16:43:33 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 16:18:08 2009 +0200| [17dacf1aebc33e8b583afc05f80861867b109c08] | committer: Pierre d'Herbemont 

http: Flag unused args.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17dacf1aebc33e8b583afc05f80861867b109c08
---

 modules/control/http/mvar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/control/http/mvar.c b/modules/control/http/mvar.c
index 2cef899..09d6ebd 100644
--- a/modules/control/http/mvar.c
+++ b/modules/control/http/mvar.c
@@ -335,6 +335,7 @@ mvar_t *mvar_InfoSetNew( char *name, input_thread_t *p_input )
 mvar_t *mvar_ObjectSetNew( intf_thread_t *p_intf, char *psz_name,
                                const char *psz_capability )
 {
+    VLC_UNUSED(p_intf);
     mvar_t *s = mvar_New( psz_name, "set" );
     size_t i;
 




More information about the vlc-devel mailing list