Commit b2786c43 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix unused warning on drawable.c

parent 94c5025c
...@@ -149,6 +149,8 @@ static void Close (vlc_object_t *obj) ...@@ -149,6 +149,8 @@ static void Close (vlc_object_t *obj)
static int Control (vout_window_t *wnd, int query, va_list ap) static int Control (vout_window_t *wnd, int query, va_list ap)
{ {
VLC_UNUSED( ap );
switch (query) switch (query)
{ {
case VOUT_WINDOW_SET_SIZE: /* not allowed */ case VOUT_WINDOW_SET_SIZE: /* not allowed */
......
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