From: Jaroslav Kysela Date: Wed, 30 Aug 2023 10:55:12 +0000 (+0200) Subject: aseqdump: fix the verbose compilation warnings for latest gcc X-Git-Tag: v1.2.10~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=429c32a2ec5f1eca28df0b0d900759c2a2f95fbf;p=alsa-utils.git aseqdump: fix the verbose compilation warnings for latest gcc Signed-off-by: Jaroslav Kysela --- diff --git a/seq/aseqdump/aseqdump.c b/seq/aseqdump/aseqdump.c index f83392f..2610b16 100644 --- a/seq/aseqdump/aseqdump.c +++ b/seq/aseqdump/aseqdump.c @@ -676,7 +676,7 @@ static void version(void) puts("aseqdump version " SND_UTIL_VERSION_STR); } -static void sighandler(int sig) +static void sighandler(int) { stop = 1; }