mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 12:38:21 +01:00
aseqdump: fix the verbose compilation warnings for latest gcc
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0b48dd621b
commit
429c32a2ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue