0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.4101: warning for unused argument in tiny version

Problem:    Warning for unused argument in tiny version.
Solution:   Add "UNUSED".
This commit is contained in:
Bram Moolenaar
2022-01-15 18:48:32 +00:00
parent 04b871da80
commit d4e2f50901
2 changed files with 3 additions and 1 deletions

View File

@@ -3811,7 +3811,7 @@ getcmdkeycmd(
}
int
do_cmdkey_command(int key, int flags)
do_cmdkey_command(int key UNUSED, int flags)
{
int res;
#ifdef FEAT_EVAL