]> git.alsa-project.org Git - alsa-utils.git/commitdiff
aseqdump: fix the verbose compilation warnings for latest gcc
authorJaroslav Kysela <perex@perex.cz>
Wed, 30 Aug 2023 10:55:12 +0000 (12:55 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 30 Aug 2023 10:58:11 +0000 (12:58 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
seq/aseqdump/aseqdump.c

index f83392f8abc440e6889745fcd47e3dd04789a2c9..2610b16cc6930f43df5c1cdac74431158b7f70c1 100644 (file)
@@ -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;
 }