summaryrefslogtreecommitdiffstats
path: root/jack
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-03-21 11:51:23 +0000
committerTakashi Iwai <tiwai@suse.de>2006-03-21 11:51:23 +0000
commita86da2532c4072bccaeb380099a90b63262bf14d (patch)
tree8f30eb379b3b0027a97ea658ed8ec92be46f6053 /jack
parent9e3b9744fab698cf5b3d09f5c02c950ed53874b1 (diff)
Fix a compile warning
Fix a minor compile warning.
Diffstat (limited to 'jack')
-rw-r--r--jack/pcm_jack.c2
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)
{