mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-12 23:35:41 +01:00
Fix compile warnings
Fixed compile warnings with gcc4.
This commit is contained in:
parent
228f635482
commit
259fb326fb
1 changed files with 2 additions and 0 deletions
|
@ -1364,6 +1364,7 @@ static int events(int argc ATTRIBUTE_UNUSED, char *argv[] ATTRIBUTE_UNUSED)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
snd_hctl_close(handle);
|
snd_hctl_close(handle);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sevents_value(snd_mixer_selem_id_t *sid)
|
static void sevents_value(snd_mixer_selem_id_t *sid)
|
||||||
|
@ -1452,6 +1453,7 @@ static int sevents(int argc ATTRIBUTE_UNUSED, char *argv[] ATTRIBUTE_UNUSED)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
snd_mixer_close(handle);
|
snd_mixer_close(handle);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
|
|
Loading…
Reference in a new issue