[vlc-devel] commit: Fix warning. ( Rémi Duraffort )

git version control git at videolan.org
Mon Aug 18 22:51:03 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Aug 18 22:51:37 2008 +0200| [76774916cd53478a5294d23544e0740421ebd739] | committer: Rémi Duraffort 

Fix warning.

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

 src/video_output/vout_intf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 27ccc9f..417e5ce 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -147,6 +147,7 @@ void vout_ReleaseWindow( vout_thread_t *p_vout, void *dummy )
 int vout_ControlWindow( vout_thread_t *p_vout, void *dummy,
                         int i_query, va_list args )
 {
+    (void)dummy;
     vout_window_t *wnd = p_vout->p_window;
 
     if (wnd == NULL)




More information about the vlc-devel mailing list