From fc723803a4e271cf3bb7f332b61ecffd5efdcf54 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Dec 2008 11:07:58 +0100 Subject: mp3: "tag" argument is unused when libid3tag is disabled Add G_GNUC_UNUSED attributes. --- src/decoder/mp3_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/mp3_plugin.c') diff --git a/src/decoder/mp3_plugin.c b/src/decoder/mp3_plugin.c index cb5d2a623..3a908299f 100644 --- a/src/decoder/mp3_plugin.c +++ b/src/decoder/mp3_plugin.c @@ -323,8 +323,8 @@ static void mp3_parse_id3(struct mp3_data *data, size_t tagsize, #endif static enum mp3_action -decode_next_frame_header(struct mp3_data *data, struct tag **tag, - struct replay_gain_info **replay_gain_info_r) +decode_next_frame_header(struct mp3_data *data, G_GNUC_UNUSED struct tag **tag, + G_GNUC_UNUSED struct replay_gain_info **replay_gain_info_r) { enum mad_layer layer; -- cgit v1.2.3