0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -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 int
do_cmdkey_command(int key, int flags) do_cmdkey_command(int key UNUSED, int flags)
{ {
int res; int res;
#ifdef FEAT_EVAL #ifdef FEAT_EVAL

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4101,
/**/ /**/
4100, 4100,
/**/ /**/