From 51d06873770743553924f7de46462bd1724e6ff1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Dec 2009 23:22:51 +0100 Subject: fixed several gcc warnings on unused debug variables --- src/decoder_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index 3ccf12a2e..5f0425ce1 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -355,7 +355,7 @@ enum decoder_command decoder_tag(G_GNUC_UNUSED struct decoder *decoder, struct input_stream *is, const struct tag *tag) { - const struct decoder_control *dc = decoder->dc; + G_GNUC_UNUSED const struct decoder_control *dc = decoder->dc; enum decoder_command cmd; assert(dc->state == DECODE_STATE_DECODE); -- cgit v1.2.3