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 17:29:59 +01:00
committed by Douglas Drumond
parent b9127a05f2
commit 53d2c16ca3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6838,7 +6838,7 @@ theend:
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;
+2
View File
@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
622,
/**/
621,
/**/