[vlc-devel] commit: Fix unused warning on drawable.c (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Aug 20 23:20:01 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 20 23:19:18 2009 +0200| [b2786c43e339bfd9b9503c4b48c0ed1d9fa94d12] | committer: Jean-Baptiste Kempf 

Fix unused warning on drawable.c

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

 modules/video_output/drawable.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c
index 347729b..bdca15b 100644
--- a/modules/video_output/drawable.c
+++ b/modules/video_output/drawable.c
@@ -149,6 +149,8 @@ static void Close (vlc_object_t *obj)
 
 static int Control (vout_window_t *wnd, int query, va_list ap)
 {
+    VLC_UNUSED( ap );
+
     switch (query)
     {
         case VOUT_WINDOW_SET_SIZE:   /* not allowed */




More information about the vlc-devel mailing list