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

Add G_GNUC_UNUSED attributes.
This commit is contained in:
Max Kellermann 2008-12-24 11:07:58 +01:00
parent 4716ef1014
commit fc723803a4

View File

@ -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;