]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix compile warnings
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2005 15:42:25 +0000 (15:42 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2005 15:42:25 +0000 (15:42 +0000)
Fixed compile warnings due to unused variables.

alsamixer/alsamixer.c

index a120879880ea9e61fa43fb5828a69b1dd80a76ee..cf7a3fe88edccefbda47e592cedcb398065103f9 100644 (file)
@@ -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);