forked from aniani/vim
patch 8.2.0587: compiler warning for unused variable
Problem: Compiler warning for unused variable. Solution: Add UNUSED.
This commit is contained in:
@@ -4783,7 +4783,7 @@ ends_excmd(int c)
|
|||||||
* to "cmd_start" or has a white space character before it.
|
* to "cmd_start" or has a white space character before it.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
ends_excmd2(char_u *cmd_start, char_u *cmd)
|
ends_excmd2(char_u *cmd_start UNUSED, char_u *cmd)
|
||||||
{
|
{
|
||||||
int c = *cmd;
|
int c = *cmd;
|
||||||
|
|
||||||
|
@@ -746,6 +746,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 */
|
||||||
|
/**/
|
||||||
|
587,
|
||||||
/**/
|
/**/
|
||||||
586,
|
586,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user