Skip to content

Commit 53d2c16

Browse files
brammooldouglasdrumond
authored andcommitted
updated for version 7.4.622
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
1 parent b9127a0 commit 53d2c16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/regexp_nfa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6838,7 +6838,7 @@ nfa_regmatch(prog, start, submatch, m)
68386838
nfa_regtry(prog, col, tm)
68396839
nfa_regprog_T *prog;
68406840
colnr_T col;
6841-
proftime_T *tm; /* timeout limit or NULL */
6841+
proftime_T *tm UNUSED; /* timeout limit or NULL */
68426842
{
68436843
int i;
68446844
regsubs_T subs, m;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
622,
744746
/**/
745747
621,
746748
/**/

0 commit comments

Comments
 (0)