]> git.alsa-project.org Git - alsa-utils.git/commit
amidi: use ATTRIBUTE_UNUSED instead remove argument name
authorJaroslav Kysela <perex@perex.cz>
Mon, 4 Sep 2023 14:37:24 +0000 (16:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Sep 2023 14:37:56 +0000 (16:37 +0200)
commit2db896afd475b0b3ad07e97ba74ec9680b4f7f6d
treebad33481e9a2869ffe62275492ec0dc4ee91723c
parenta90faa2dd644af585d6a00f0aaf297c15ea0aa7b
amidi: 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: 1843540 ("amidi: fix the verbose compilation warnings for latest gcc")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
amidi/amidi.c