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:
@@ -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
|
||||
|
Reference in New Issue
Block a user