From a86da2532c4072bccaeb380099a90b63262bf14d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 21 Mar 2006 11:51:23 +0000 Subject: Fix a compile warning Fix a minor compile warning. --- jack/pcm_jack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jack') 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) { -- cgit