Skip to content

Commit

Permalink
updated for version 7.4.622
Browse files Browse the repository at this point in the history
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.
  • Loading branch information
brammool committed Feb 5, 2015
1 parent f554a32 commit 168e049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/regexp_nfa.c
Expand Up @@ -6838,7 +6838,7 @@ nfa_regmatch(prog, start, submatch, m)
nfa_regtry(prog, col, tm)
nfa_regprog_T *prog;
colnr_T col;
proftime_T *tm; /* timeout limit or NULL */
proftime_T *tm UNUSED; /* timeout limit or NULL */
{
int i;
regsubs_T subs, m;
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -741,6 +741,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
622,
/**/
621,
/**/
Expand Down

0 comments on commit 168e049

Please sign in to comment.