]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.709 v7.3.709
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 21:56:05 +0000 (23:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Oct 2012 21:56:05 +0000 (23:56 +0200)
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

src/eval.c
src/version.c

index 2f370b74ced7af5471fe8e2db20a49669776415e..aab9b0b4d426333463049530763c0a224993c287 100644 (file)
@@ -16664,7 +16664,7 @@ f_shellescape(argvars, rettv)
  */
     static void
 f_shiftwidth(argvars, rettv)
-    typval_T   *argvars;
+    typval_T   *argvars UNUSED;
     typval_T   *rettv;
 {
     rettv->vval.v_number = get_sw_value();
index ddd3934229365413b444efd2422c814235a8274a..15be0b87ec85588d2c0351fa112125427a218485 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    709,
 /**/
     708,
 /**/