]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.4.622 v7.4.622
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Feb 2015 19:29:59 +0000 (20:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Feb 2015 19:29:59 +0000 (20:29 +0100)
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

src/regexp_nfa.c
src/version.c

index 1e16bd98aa6b9f823ae6065794e4fce88821ad06..77c78705626bba714380bb2ff17f35d767237b57 100644 (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;
index be1bee3910733b882556b85156803b40964d063b..4116c723306ba7f053e8258190b5becff5cb67ff 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    622,
 /**/
     621,
 /**/