0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1678

Problem:    Warning for unused argument.
Solution:   Add UNUSED. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-03-28 22:17:16 +02:00
parent 0b9e4d1224
commit 8b29aba019
2 changed files with 3 additions and 1 deletions

View File

@@ -1073,7 +1073,7 @@ load_base_module(void *data)
}
static Scheme_Object *
load_base_module_on_error(void *data)
load_base_module_on_error(void *data UNUSED)
{
load_base_module_failed = TRUE;
return scheme_null;

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1678,
/**/
1677,
/**/