]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.c
Merge branch 'sched'
[paraslash.git] / write.c
diff --git a/write.c b/write.c
index 2efe07ce730264be610fc35adc2bc1cdd9fc0721..e42062038dc6d1054c80e84c2d3dd998b359bce9 100644 (file)
--- a/write.c
+++ b/write.c
@@ -57,7 +57,7 @@ static struct writer_node_group *wng;
  * \return If not, return -E_NO_WAV_HEADER, otherwise, return zero. If
  * there is less than WAV_HEADER_LEN bytes awailable, return one.
  */
-static void check_wav_pre_select(struct sched *s, struct task *t)
+static void check_wav_pre_select(__a_unused struct sched *s, struct task *t)
 {
        struct check_wav_task *cwt = t->private_data;
        unsigned char *a;