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