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