diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 || |