From: Bram Moolenaar Date: Thu, 5 Feb 2015 19:29:59 +0000 (+0100) Subject: updated for version 7.4.622 X-Git-Tag: v7.4.622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168e04966c48b0d7d4726934ed2c39a9a0fec2af;p=thirdparty%2Fvim.git updated for version 7.4.622 Problem: Compiler warning for unused argument. Solution: Add UNUSED. --- diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index 1e16bd98aa..77c7870562 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -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; diff --git a/src/version.c b/src/version.c index be1bee3910..4116c72330 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 622, /**/ 621, /**/