summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-15 18:48:32 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-15 18:48:32 +0000
commitd4e2f5090124d7753057de82727a99892f0231fe (patch)
tree02fd580112f02b8f1808f43ae385417eac8c129a /src/getchar.c
parent04b871da800768287a8a432de568b11297db8686 (diff)
patch 8.2.4101: warning for unused argument in tiny versionv8.2.4101
Problem: Warning for unused argument in tiny version. Solution: Add "UNUSED".
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 6434b4dc41..ec9cfae189 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