From 2b83c39265ac52c4160cab36b550c017f0ee7ff4 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 13 Jan 2005 15:42:25 +0000 Subject: [PATCH] Fix compile warnings Fixed compile warnings due to unused variables. --- alsamixer/alsamixer.c | 2 -- 1 file changed, 2 deletions(-) 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);