From: Bram Moolenaar Date: Sun, 21 Oct 2012 21:56:05 +0000 (+0200) Subject: updated for version 7.3.709 X-Git-Tag: v7.3.709 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95e09eaaadbc9a1b76bed8af0ad4a378010187c1;p=thirdparty%2Fvim.git updated for version 7.3.709 Problem: Compiler warning for unused argument. Solution: Add UNUSED. --- diff --git a/src/eval.c b/src/eval.c index 2f370b74ce..aab9b0b4d4 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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(); diff --git a/src/version.c b/src/version.c index ddd3934229..15be0b87ec 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 709, /**/ 708, /**/