Commit fc723803 authored by Max Kellermann's avatar Max Kellermann

mp3: "tag" argument is unused when libid3tag is disabled

Add G_GNUC_UNUSED attributes.
parent 4716ef10
...@@ -323,8 +323,8 @@ static void mp3_parse_id3(struct mp3_data *data, size_t tagsize, ...@@ -323,8 +323,8 @@ static void mp3_parse_id3(struct mp3_data *data, size_t tagsize,
#endif #endif
static enum mp3_action static enum mp3_action
decode_next_frame_header(struct mp3_data *data, struct tag **tag, decode_next_frame_header(struct mp3_data *data, G_GNUC_UNUSED struct tag **tag,
struct replay_gain_info **replay_gain_info_r) G_GNUC_UNUSED struct replay_gain_info **replay_gain_info_r)
{ {
enum mad_layer layer; enum mad_layer layer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment