]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.469 v7.3.469
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Mar 2012 21:52:36 +0000 (22:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Mar 2012 21:52:36 +0000 (22:52 +0100)
Problem:    Compiler warning for unused argument without some features.
Solution:   Add UNUSED.

src/buffer.c
src/version.c

index 1b5ae9f9a2d6d913acc1d9a975027eb186359da3..5fda06d71bfca2d21b86f3f136fc34afda151a7a 100644 (file)
@@ -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;
index 65ad51df5a80c81718f3719308a0db37aeb1f659..2932be8c194e69b37acfe78b9c4b8374be5ed421 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    469,
 /**/
     468,
 /**/