amidi: fix the verbose compilation warnings for latest gcc

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2023-08-30 12:50:57 +02:00
parent b36687548d
commit 1843540e27

View file

@ -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;
}