3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.607
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.607 (after 7.4.598)
3ef2ca
Problem:    Compiler warnings for unused variables.
3ef2ca
Solution:   Move them inside #ifdef. (Kazunobu Kuriyama)
3ef2ca
Files:	    src/ui.c
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.606/src/ui.c	2015-01-27 14:09:29.625898193 +0100
3ef2ca
--- src/ui.c	2015-01-27 21:29:44.528861744 +0100
3ef2ca
***************
3ef2ca
*** 73,80 ****
3ef2ca
  static char_u *ta_str = NULL;
3ef2ca
  static int ta_off;	/* offset for next char to use when ta_str != NULL */
3ef2ca
  static int ta_len;	/* length of ta_str when it's not NULL*/
3ef2ca
- static int clipboard_needs_update; /* clipboard needs to be updated */
3ef2ca
- static int global_change_count = 0; /* if set, inside a start_global_changes */
3ef2ca
  
3ef2ca
      void
3ef2ca
  ui_inchar_undo(s, len)
3ef2ca
--- 73,78 ----
3ef2ca
***************
3ef2ca
*** 564,569 ****
3ef2ca
--- 562,569 ----
3ef2ca
   * prevents accessing the clipboard very often which might slow down Vim
3ef2ca
   * considerably.
3ef2ca
   */
3ef2ca
+ static int global_change_count = 0; /* if set, inside a start_global_changes */
3ef2ca
+ static int clipboard_needs_update; /* clipboard needs to be updated */
3ef2ca
  
3ef2ca
  /*
3ef2ca
   * Save clip_unnamed and reset it.
3ef2ca
*** ../vim-7.4.606/src/version.c	2015-01-27 20:59:26.496971751 +0100
3ef2ca
--- src/version.c	2015-01-27 21:31:22.247780991 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     607,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Never eat yellow snow.
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///