diff options
| -rw-r--r-- | jack/pcm_jack.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)  { | 
