aseqdump: 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:55:12 +02:00
parent 0b48dd621b
commit 429c32a2ec

View file

@ -676,7 +676,7 @@ static void version(void)
puts("aseqdump version " SND_UTIL_VERSION_STR); puts("aseqdump version " SND_UTIL_VERSION_STR);
} }
static void sighandler(int sig) static void sighandler(int)
{ {
stop = 1; stop = 1;
} }