From: Bram Moolenaar Date: Wed, 7 Mar 2012 21:52:36 +0000 (+0100) Subject: updated for version 7.3.469 X-Git-Tag: v7.3.469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fbe6993903ed3e8d7c288b337c1b0eaf2e14bd8;p=vim updated for version 7.3.469 Problem: Compiler warning for unused argument without some features. Solution: Add UNUSED. --- diff --git a/src/buffer.c b/src/buffer.c index 1b5ae9f9a..5fda06d71 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -329,7 +329,7 @@ close_buffer(win, buf, action, abort_if_last) win_T *win; /* if not NULL, set b_last_cursor */ buf_T *buf; int action; - int abort_if_last; + int abort_if_last UNUSED; { #ifdef FEAT_AUTOCMD int is_curbuf; diff --git a/src/version.c b/src/version.c index 65ad51df5..2932be8c1 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 469, /**/ 468, /**/