Karsten Hopp e983b7
To: vim_dev@googlegroups.com
Karsten Hopp e983b7
Subject: Patch 7.3.469
Karsten Hopp e983b7
Fcc: outbox
Karsten Hopp e983b7
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp e983b7
Mime-Version: 1.0
Karsten Hopp e983b7
Content-Type: text/plain; charset=UTF-8
Karsten Hopp e983b7
Content-Transfer-Encoding: 8bit
Karsten Hopp e983b7
------------
Karsten Hopp e983b7
Karsten Hopp e983b7
Patch 7.3.469
Karsten Hopp e983b7
Problem:    Compiler warning for unused argument without some features.
Karsten Hopp e983b7
Solution:   Add UNUSED.
Karsten Hopp e983b7
Files:	    src/buffer.c
Karsten Hopp e983b7
Karsten Hopp e983b7
Karsten Hopp e983b7
*** ../vim-7.3.468/src/buffer.c	2012-02-22 19:13:00.000000000 +0100
Karsten Hopp e983b7
--- src/buffer.c	2012-03-07 22:30:56.000000000 +0100
Karsten Hopp e983b7
***************
Karsten Hopp e983b7
*** 329,335 ****
Karsten Hopp e983b7
      win_T	*win;		/* if not NULL, set b_last_cursor */
Karsten Hopp e983b7
      buf_T	*buf;
Karsten Hopp e983b7
      int		action;
Karsten Hopp e983b7
!     int		abort_if_last;
Karsten Hopp e983b7
  {
Karsten Hopp e983b7
  #ifdef FEAT_AUTOCMD
Karsten Hopp e983b7
      int		is_curbuf;
Karsten Hopp e983b7
--- 329,335 ----
Karsten Hopp e983b7
      win_T	*win;		/* if not NULL, set b_last_cursor */
Karsten Hopp e983b7
      buf_T	*buf;
Karsten Hopp e983b7
      int		action;
Karsten Hopp e983b7
!     int		abort_if_last UNUSED;
Karsten Hopp e983b7
  {
Karsten Hopp e983b7
  #ifdef FEAT_AUTOCMD
Karsten Hopp e983b7
      int		is_curbuf;
Karsten Hopp e983b7
*** ../vim-7.3.468/src/version.c	2012-03-07 20:13:44.000000000 +0100
Karsten Hopp e983b7
--- src/version.c	2012-03-07 22:51:54.000000000 +0100
Karsten Hopp e983b7
***************
Karsten Hopp e983b7
*** 716,717 ****
Karsten Hopp e983b7
--- 716,719 ----
Karsten Hopp e983b7
  {   /* Add new patch number below this line */
Karsten Hopp e983b7
+ /**/
Karsten Hopp e983b7
+     469,
Karsten Hopp e983b7
  /**/
Karsten Hopp e983b7
Karsten Hopp e983b7
-- 
Karsten Hopp e983b7
hundred-and-one symptoms of being an internet addict:
Karsten Hopp e983b7
157. You fum through a magazine, you first check to see if it has a web
Karsten Hopp e983b7
     address.
Karsten Hopp e983b7
Karsten Hopp e983b7
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp e983b7
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp e983b7
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp e983b7
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///