]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Remove invalid ATTRIBUTE_UNUSED
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Apr 2005 14:21:10 +0000 (14:21 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Apr 2005 14:21:10 +0000 (14:21 +0000)
Remove the invalid use of ATTRIBUTE_UNUSED.

src/output.c

index fb1328ec5af61d20028c7288ef4b65207a7276ee..b9f9694bd6f0991366a285efd7231a9ffce0f945 100644 (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);