forked from aniani/vim
updated for version 7.4.622
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user