0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.4.544

Problem:    Warnings for unused arguments when compiling with a combination of
            features.
Solution:   Add "UNUSED".
This commit is contained in:
Bram Moolenaar 2014-12-13 03:20:14 +01:00
parent cc2b9d5dc0
commit d96c52c71b
2 changed files with 4 additions and 2 deletions

View File

@ -1131,8 +1131,8 @@ cs_find_common(opt, pat, forceit, verbose, use_ll, cmdline)
char *pat; char *pat;
int forceit; int forceit;
int verbose; int verbose;
int use_ll; int use_ll UNUSED;
char_u *cmdline; char_u *cmdline UNUSED;
{ {
int i; int i;
char *cmd; char *cmd;

View File

@ -741,6 +741,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 */
/**/
544,
/**/ /**/
543, 543,
/**/ /**/