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

index ae2143c218b9a088c2bf1e9edaf0e5e5b4c2942c..a8fa84b7e658e2fd8242d154111d926c239d54d4 100644 (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;
 }