From: Takashi Iwai Date: Tue, 21 Mar 2006 11:51:23 +0000 (+0000) Subject: Fix a compile warning X-Git-Tag: v1.0.11rc4~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a86da2532c4072bccaeb380099a90b63262bf14d;p=alsa-plugins.git Fix a compile warning Fix a minor compile warning. --- diff --git a/jack/pcm_jack.c b/jack/pcm_jack.c index 855f837..31cf050 100644 --- a/jack/pcm_jack.c +++ b/jack/pcm_jack.c @@ -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) {