mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 14:48:25 +01:00
aconnect: fix the verbose compilation warnings for latest gcc
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
ed98b06dc2
commit
0b48dd621b
1 changed files with 3 additions and 3 deletions
|
@ -193,7 +193,7 @@ static void do_search_port(snd_seq_t *seq, int perm, action_func_t do_action)
|
|||
}
|
||||
|
||||
|
||||
static void print_port(snd_seq_t *seq, snd_seq_client_info_t *cinfo,
|
||||
static void print_port(snd_seq_t *, snd_seq_client_info_t *cinfo,
|
||||
snd_seq_port_info_t *pinfo, int count)
|
||||
{
|
||||
if (! count) {
|
||||
|
@ -247,8 +247,8 @@ static void print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo,
|
|||
/*
|
||||
* remove all (exported) connections
|
||||
*/
|
||||
static void remove_connection(snd_seq_t *seq, snd_seq_client_info_t *cinfo,
|
||||
snd_seq_port_info_t *pinfo, int count)
|
||||
static void remove_connection(snd_seq_t *seq, snd_seq_client_info_t *,
|
||||
snd_seq_port_info_t *pinfo, int)
|
||||
{
|
||||
snd_seq_query_subscribe_t *query;
|
||||
snd_seq_port_info_t *port;
|
||||
|
|
Loading…
Reference in a new issue