]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ogg_pre_select(): Remove __a_unused.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 May 2011 08:34:43 +0000 (10:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 16 Aug 2011 18:00:23 +0000 (20:00 +0200)
The scheduler task struct _is_ used in this function.

oggdec_filter.c

index 6f416182f927db1e19e3e04643d0a9afa2d4abf3..0fa56f1187294f1148b3672c74e1b2ccf9f8568d 100644 (file)
@@ -177,7 +177,7 @@ out:
        return ret;
 }
 
-static void ogg_pre_select(__a_unused struct sched *s, struct task *t)
+static void ogg_pre_select(struct sched *s, struct task *t)
 {
        struct filter_node *fn = container_of(t, struct filter_node, task);
        int ret;