Patch 7.4.1760 (after 7.4.1759)
Problem: Compiler warning for unused variable.
Solution: Add #ifdef. (John Marriott)
Files: src/os_win32.c
*** ../vim-7.4.1759/src/os_win32.c 2016-04-20 20:18:16.957270339 +0200
--- src/os_win32.c 2016-04-20 20:51:41.725134834 +0200
***************
*** 1446,1452 ****
--- 1446,1454 ----
INPUT_RECORD ir;
DWORD cRecords;
WCHAR ch, ch2;
+ #ifdef FEAT_TIMERS
int tb_change_cnt = typebuf.tb_change_cnt;
+ #endif
if (msec > 0)
/* Wait until the specified time has elapsed. */
*** ../vim-7.4.1759/src/version.c 2016-04-20 20:18:16.957270339 +0200
--- src/version.c 2016-04-20 20:55:31.878811596 +0200
***************
*** 750,751 ****
--- 750,753 ----
{ /* Add new patch number below this line */
+ /**/
+ 1760,
/**/
--
We do not stumble over mountains, but over molehills.
Confucius
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.