commit | d4e2f5090124d7753057de82727a99892f0231fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 18:48:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 18:48:32 2022 +0000 |
tree | 02fd580112f02b8f1808f43ae385417eac8c129a | |
parent | 04b871da800768287a8a432de568b11297db8686 [diff] [blame] |
patch 8.2.4101: warning for unused argument in tiny version Problem: Warning for unused argument in tiny version. Solution: Add "UNUSED".
diff --git a/src/getchar.c b/src/getchar.c index 6434b4d..ec9cfae 100644 --- a/src/getchar.c +++ b/src/getchar.c
@@ -3811,7 +3811,7 @@ } int -do_cmdkey_command(int key, int flags) +do_cmdkey_command(int key UNUSED, int flags) { int res; #ifdef FEAT_EVAL