mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 13:08:21 +01:00
amidi: fix the verbose compilation warnings for latest gcc
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b36687548d
commit
1843540e27
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ static void print_byte(unsigned char byte, struct timespec *ts)
|
|||
printf("%02X", byte);
|
||||
}
|
||||
|
||||
static void sig_handler(int dummy)
|
||||
static void sig_handler(int)
|
||||
{
|
||||
stop = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue