diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-03-21 11:51:23 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2006-03-21 11:51:23 +0000 |
commit | a86da2532c4072bccaeb380099a90b63262bf14d (patch) | |
tree | 8f30eb379b3b0027a97ea658ed8ec92be46f6053 | |
parent | 9e3b9744fab698cf5b3d09f5c02c950ed53874b1 (diff) |
Fix a compile warning
Fix a minor compile warning.
-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) { |