From 9081af5d022dfbd31c80c97c011b1900dbce1e0f Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 18 Jun 2002 16:06:36 +0000 Subject: [PATCH] fixed compile warning. --- src/pcm/pcm_null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/pcm_null.c b/src/pcm/pcm_null.c index 4c85c976..338b58ae 100644 --- a/src/pcm/pcm_null.c +++ b/src/pcm/pcm_null.c @@ -432,7 +432,7 @@ pcm.name { * changed in future. */ int _snd_pcm_null_open(snd_pcm_t **pcmp, const char *name, - snd_config_t *root, snd_config_t *conf, + snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, snd_pcm_stream_t stream, int mode) { snd_config_iterator_t i, next; -- 2.47.1