From 9e3b9744fab698cf5b3d09f5c02c950ed53874b1 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 20 Mar 2006 15:40:52 +0000 Subject: Fix misc compile warnings Fix misc ompile warnings with ctl/pcm OSS plugins. --- oss/pcm_oss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oss/pcm_oss.c') diff --git a/oss/pcm_oss.c b/oss/pcm_oss.c index fb520f8..9e38622 100644 --- a/oss/pcm_oss.c +++ b/oss/pcm_oss.c @@ -146,7 +146,8 @@ static int oss_prepare(snd_pcm_ioplug_t *io) return 0; } -static int oss_hw_params(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params) +static int oss_hw_params(snd_pcm_ioplug_t *io, + snd_pcm_hw_params_t *params ATTRIBUTE_UNUSED) { snd_pcm_oss_t *oss = io->private_data; int i, tmp, err; -- cgit