mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Remove invalid ATTRIBUTE_UNUSED
Remove the invalid use of ATTRIBUTE_UNUSED.
This commit is contained in:
parent
91f7dd2378
commit
0aed1ab2af
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ typedef struct _snd_output_buffer {
|
||||||
size_t size;
|
size_t size;
|
||||||
} snd_output_buffer_t;
|
} 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;
|
snd_output_buffer_t *buffer = output->private_data;
|
||||||
free(buffer->buf);
|
free(buffer->buf);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue