forked from aniani/vim
patch 7.4.1678
Problem: Warning for unused argument. Solution: Add UNUSED. (Dominique Pelle)
This commit is contained in:
@@ -1073,7 +1073,7 @@ load_base_module(void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Scheme_Object *
|
static Scheme_Object *
|
||||||
load_base_module_on_error(void *data)
|
load_base_module_on_error(void *data UNUSED)
|
||||||
{
|
{
|
||||||
load_base_module_failed = TRUE;
|
load_base_module_failed = TRUE;
|
||||||
return scheme_null;
|
return scheme_null;
|
||||||
|
@@ -748,6 +748,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 */
|
||||||
|
/**/
|
||||||
|
1678,
|
||||||
/**/
|
/**/
|
||||||
1677,
|
1677,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user