diff options
-rw-r--r-- | src/decoder/mp3_plugin.c | 4 |
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; |