From 3d258504a1dcbf1d13a154e16054ff44dc4963d4 Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Mon, 24 Nov 2008 14:41:53 +0100 Subject: decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSED --- src/decoder_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_thread.c') diff --git a/src/decoder_thread.c b/src/decoder_thread.c index ca8511c49..9198595b6 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -200,7 +200,7 @@ static void decoder_run(void) dc.state = ret ? DECODE_STATE_STOP : DECODE_STATE_ERROR; } -static void * decoder_task(mpd_unused void *arg) +static void * decoder_task(G_GNUC_UNUSED void *arg) { while (1) { assert(dc.state == DECODE_STATE_STOP || -- cgit v1.2.3