mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05:00
Removed wrong ATTRIBUTE_UNUSED
Removed a wrong ATTRIBUTE_UNUSED in snd_output_stdio_close().
This commit is contained in:
parent
fdbfe89b08
commit
554fe08747
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ typedef struct _snd_output_stdio {
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
} snd_output_stdio_t;
|
} snd_output_stdio_t;
|
||||||
|
|
||||||
static int snd_output_stdio_close(snd_output_t *output ATTRIBUTE_UNUSED)
|
static int snd_output_stdio_close(snd_output_t *output)
|
||||||
{
|
{
|
||||||
snd_output_stdio_t *stdio = output->private_data;
|
snd_output_stdio_t *stdio = output->private_data;
|
||||||
if (stdio->close)
|
if (stdio->close)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue