Commit 45acb59f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

aa: Mark unused args.

parent 16e823e7
......@@ -194,6 +194,8 @@ static void Prepare(vout_display_t *vd, picture_t *picture)
red[ i ], green[ i ], blue[ i ]);
}
}
#else
VLC_UNUSED(picture);
#endif
aa_fastrender(sys->aa_context, 0, 0,
......@@ -216,6 +218,7 @@ static void Display(vout_display_t *vd, picture_t *picture)
*/
static int Control(vout_display_t *vd, int query, va_list args)
{
VLC_UNUSED(args);
vout_display_sys_t *sys = vd->sys;
switch (query) {
......
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