aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mp3_plugin.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-24 11:07:58 +0100
committerMax Kellermann <max@duempel.org>2008-12-24 11:07:58 +0100
commitfc723803a4e271cf3bb7f332b61ecffd5efdcf54 (patch)
tree6dc7f53d67fbdd3ad1b41783af362bfcc6f27283 /src/decoder/mp3_plugin.c
parent4716ef10142ad7d29a8ee552f041b2483c74094d (diff)
downloadmpd-fc723803a4e271cf3bb7f332b61ecffd5efdcf54.tar.gz
mpd-fc723803a4e271cf3bb7f332b61ecffd5efdcf54.tar.xz
mpd-fc723803a4e271cf3bb7f332b61ecffd5efdcf54.zip
mp3: "tag" argument is unused when libid3tag is disabled
Add G_GNUC_UNUSED attributes.
Diffstat (limited to '')
-rw-r--r--src/decoder/mp3_plugin.c4
1 files changed, 2 insertions, 2 deletions
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;