Karsten Hopp af6405
To: vim_dev@googlegroups.com
Karsten Hopp af6405
Subject: Patch 7.4.177
Karsten Hopp af6405
Fcc: outbox
Karsten Hopp af6405
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp af6405
Mime-Version: 1.0
Karsten Hopp af6405
Content-Type: text/plain; charset=UTF-8
Karsten Hopp af6405
Content-Transfer-Encoding: 8bit
Karsten Hopp af6405
------------
Karsten Hopp af6405
Karsten Hopp af6405
Patch 7.4.177
Karsten Hopp af6405
Problem:    Compiler warning for unused variable. (Tony Mechelynck)
Karsten Hopp af6405
Solution:   Add #ifdef.
Karsten Hopp af6405
Files:	    src/move.c
Karsten Hopp af6405
Karsten Hopp af6405
Karsten Hopp af6405
*** ../vim-7.4.176/src/move.c	2014-02-11 15:47:41.382145902 +0100
Karsten Hopp af6405
--- src/move.c	2014-02-11 18:13:57.378280376 +0100
Karsten Hopp af6405
***************
Karsten Hopp af6405
*** 2101,2107 ****
Karsten Hopp af6405
--- 2101,2109 ----
Karsten Hopp af6405
      int		used;
Karsten Hopp af6405
      lineoff_T	loff;
Karsten Hopp af6405
      lineoff_T	boff;
Karsten Hopp af6405
+ #ifdef FEAT_DIFF
Karsten Hopp af6405
      linenr_T	old_topline = curwin->w_topline;
Karsten Hopp af6405
+ #endif
Karsten Hopp af6405
  
Karsten Hopp af6405
      loff.lnum = boff.lnum = curwin->w_cursor.lnum;
Karsten Hopp af6405
  #ifdef FEAT_FOLDING
Karsten Hopp af6405
*** ../vim-7.4.176/src/version.c	2014-02-11 18:47:18.682311042 +0100
Karsten Hopp af6405
--- src/version.c	2014-02-11 18:57:55.110320794 +0100
Karsten Hopp af6405
***************
Karsten Hopp af6405
*** 740,741 ****
Karsten Hopp af6405
--- 740,743 ----
Karsten Hopp af6405
  {   /* Add new patch number below this line */
Karsten Hopp af6405
+ /**/
Karsten Hopp af6405
+     177,
Karsten Hopp af6405
  /**/
Karsten Hopp af6405
Karsten Hopp af6405
-- 
Karsten Hopp af6405
The psychic said, "God bless you."  I said, "I didn't sneeze."  She
Karsten Hopp af6405
looked deep into my eyes and said, "You will, eventually."  And, damn
Karsten Hopp af6405
if she wasn't right.  Two days later, I sneezed.  --Ellen Degeneres
Karsten Hopp af6405
Karsten Hopp af6405
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp af6405
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp af6405
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp af6405
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///