1
0
forked from aniani/vim

updated for version 7.4.622

Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.
This commit is contained in:
Bram Moolenaar
2015-02-05 20:29:59 +01:00
parent f554a3285e
commit 168e04966c
2 changed files with 3 additions and 1 deletions

View File

@@ -6838,7 +6838,7 @@ theend:
nfa_regtry(prog, col, tm) nfa_regtry(prog, col, tm)
nfa_regprog_T *prog; nfa_regprog_T *prog;
colnr_T col; colnr_T col;
proftime_T *tm; /* timeout limit or NULL */ proftime_T *tm UNUSED; /* timeout limit or NULL */
{ {
int i; int i;
regsubs_T subs, m; regsubs_T subs, m;

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 */
/**/
622,
/**/ /**/
621, 621,
/**/ /**/