]> git.alsa-project.org Git - alsa-plugins.git/commitdiff
Fix a compile warning
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 11:51:23 +0000 (11:51 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 11:51:23 +0000 (11:51 +0000)
Fix a minor compile warning.

jack/pcm_jack.c

index 855f83730762a77b48e0980a9b0b5d5d03e78bca..31cf0506655771b1806702f10180847fc9f9299c 100644 (file)
@@ -75,7 +75,7 @@ static int snd_pcm_jack_close(snd_pcm_ioplug_t *io)
        return 0;
 }
 
-static int snd_pcm_jack_poll_revents(snd_pcm_ioplug_t *io,
+static int snd_pcm_jack_poll_revents(snd_pcm_ioplug_t *io ATTRIBUTE_UNUSED,
                                     struct pollfd *pfds, unsigned int nfds,
                                     unsigned short *revents)
 {