]> git.sesse.net Git - vlc/commitdiff
aa: Mark unused args.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 19:46:32 +0000 (21:46 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 19:46:32 +0000 (21:46 +0200)
modules/video_output/aa.c

index 5c9a256823674c6e9da2dd16d2e754a61610646c..3a4ea39458a12b7233f450037385f03624f4880f 100644 (file)
@@ -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) {