From: Takashi Iwai Date: Tue, 18 Jun 2002 16:06:36 +0000 (+0000) Subject: fixed compile warning. X-Git-Tag: v1.0.3~416 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9081af5d022dfbd31c80c97c011b1900dbce1e0f;p=alsa-lib.git fixed compile warning. --- 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;