From 5fbe6993903ed3e8d7c288b337c1b0eaf2e14bd8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 7 Mar 2012 22:52:36 +0100 Subject: [PATCH] updated for version 7.3.469 Problem: Compiler warning for unused argument without some features. Solution: Add UNUSED. --- src/buffer.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 1b5ae9f9a2..5fda06d71b 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 65ad51df5a..2932be8c19 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, /**/