To: vim_dev@googlegroups.com Subject: Patch 7.4.1760 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///