Commit 76774916 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix warning.

parent 4ff3a100
...@@ -147,6 +147,7 @@ void vout_ReleaseWindow( vout_thread_t *p_vout, void *dummy ) ...@@ -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 vout_ControlWindow( vout_thread_t *p_vout, void *dummy,
int i_query, va_list args ) int i_query, va_list args )
{ {
(void)dummy;
vout_window_t *wnd = p_vout->p_window; vout_window_t *wnd = p_vout->p_window;
if (wnd == NULL) if (wnd == NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment