home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.469 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.5 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.469
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.469
  11. Problem:    Compiler warning for unused argument without some features.
  12. Solution:   Add UNUSED.
  13. Files:        src/buffer.c
  14.  
  15.  
  16. *** ../vim-7.3.468/src/buffer.c    2012-02-22 19:13:00.000000000 +0100
  17. --- src/buffer.c    2012-03-07 22:30:56.000000000 +0100
  18. ***************
  19. *** 329,335 ****
  20.       win_T    *win;        /* if not NULL, set b_last_cursor */
  21.       buf_T    *buf;
  22.       int        action;
  23. !     int        abort_if_last;
  24.   {
  25.   #ifdef FEAT_AUTOCMD
  26.       int        is_curbuf;
  27. --- 329,335 ----
  28.       win_T    *win;        /* if not NULL, set b_last_cursor */
  29.       buf_T    *buf;
  30.       int        action;
  31. !     int        abort_if_last UNUSED;
  32.   {
  33.   #ifdef FEAT_AUTOCMD
  34.       int        is_curbuf;
  35. *** ../vim-7.3.468/src/version.c    2012-03-07 20:13:44.000000000 +0100
  36. --- src/version.c    2012-03-07 22:51:54.000000000 +0100
  37. ***************
  38. *** 716,717 ****
  39. --- 716,719 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     469,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 157. You fum through a magazine, you first check to see if it has a web
  48.      address.
  49.  
  50.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  51. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  52. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  53.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  54.