]> git.alsa-project.org Git - alsa-utils.git/commit
seq: use ATTRIBUTE_UNUSED instead remove argument name
authorJaroslav Kysela <perex@perex.cz>
Mon, 4 Sep 2023 14:52:46 +0000 (16:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Sep 2023 14:54:14 +0000 (16:54 +0200)
commit66112d60e4ce68720022eaf26080c0f1a2caf81f
treec55b22f17e15b77cc0dd896f723a22c7d2dbf4f1
parent94eeb5a40f77e92624eb32d2e9c50b1cd9e4f837
seq: use ATTRIBUTE_UNUSED instead remove argument name

We need to support older compilers than GCC 11.

Link: https://github.com/alsa-project/alsa-utils/issues/233
Fixes: 181e190 ("aplaymidi: fix the verbose compilation warnings for latest gcc")
Fixes: a03377a ("aseqnet: fix the verbose compilation warnings for latest gcc")
Fixes: 429c32a ("aseqdump: fix the verbose compilation warnings for latest gcc")
Fixes: 0b48dd6 ("aconnect: fix the verbose compilation warnings for latest gcc")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
seq/aconnect/aconnect.c
seq/aplaymidi/arecordmidi.c
seq/aseqdump/aseqdump.c
seq/aseqnet/aseqnet.c