Remove invalid ATTRIBUTE_UNUSED

Remove the invalid use of ATTRIBUTE_UNUSED.
This commit is contained in:
Takashi Iwai 2005-04-14 14:21:10 +00:00
parent 91f7dd2378
commit 0aed1ab2af

View file

@ -237,7 +237,7 @@ typedef struct _snd_output_buffer {
size_t size;
} snd_output_buffer_t;
static int snd_output_buffer_close(snd_output_t *output ATTRIBUTE_UNUSED)
static int snd_output_buffer_close(snd_output_t *output)
{
snd_output_buffer_t *buffer = output->private_data;
free(buffer->buf);