diff --git a/src/getchar.c b/src/getchar.c index 6434b4dc4..ec9cfae18 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -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 diff --git a/src/version.c b/src/version.c index d34f1a153..e6bcb1ba3 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4101, /**/ 4100, /**/