From: Takashi Iwai Date: Thu, 13 Jan 2005 15:42:25 +0000 (+0000) Subject: Fix compile warnings X-Git-Tag: v1.0.9rc1~21 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2b83c39265ac52c4160cab36b550c017f0ee7ff4;p=alsa-utils.git Fix compile warnings Fixed compile warnings due to unused variables. --- diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index a120879..cf7a3fe 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -524,8 +524,6 @@ static int mixer_convert_volume(snd_mixer_elem_t *elem, int vol, int type) { - int vol1; - long v; long min, max; if (type != MIXER_ELEM_CAPTURE) snd_mixer_selem_get_playback_volume_range(elem, &min, &max);