decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSED

This commit is contained in:
Thomas Jansen 2008-11-24 14:41:53 +01:00
parent f7d995f807
commit 3d258504a1

View File

@ -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 ||