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.503 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.3 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.503
  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.503 (after 7.3.501)
  11. Problem:    Warning for unused argument.
  12. Solution:   Add UNUSED.
  13. Files:        src/if_ruby.c
  14.  
  15.  
  16. *** ../vim-7.3.502/src/if_ruby.c    2012-04-20 18:05:42.000000000 +0200
  17. --- src/if_ruby.c    2012-04-25 12:26:38.000000000 +0200
  18. ***************
  19. *** 1238,1244 ****
  20.       return Qnil;
  21.   }
  22.   
  23. ! static VALUE f_nop(VALUE self)
  24.   {
  25.       return Qnil;
  26.   }
  27. --- 1238,1244 ----
  28.       return Qnil;
  29.   }
  30.   
  31. ! static VALUE f_nop(VALUE self UNUSED)
  32.   {
  33.       return Qnil;
  34.   }
  35. *** ../vim-7.3.502/src/version.c    2012-04-20 19:47:00.000000000 +0200
  36. --- src/version.c    2012-04-25 12:27:30.000000000 +0200
  37. ***************
  38. *** 716,717 ****
  39. --- 716,719 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     503,
  43.   /**/
  44.  
  45. -- 
  46. Why isn't there mouse-flavored cat food?
  47.  
  48.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  49. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  50. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  51.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  52.