To: vim_dev@googlegroups.com Subject: Patch 7.4.2181 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2181 Problem: Compiler warning for unused variable. Solution: Remove it. (Dominique Pelle) Files: src/ex_cmds2.c *** ../vim-7.4.2180/src/ex_cmds2.c 2016-08-07 18:22:30.426091047 +0200 --- src/ex_cmds2.c 2016-08-07 20:19:08.743384109 +0200 *************** *** 1256,1263 **** void stop_all_timers(void) { - timer_T *timer; - while (first_timer != NULL) stop_timer(first_timer); } --- 1256,1261 ---- *** ../vim-7.4.2180/src/version.c 2016-08-07 18:22:30.430091014 +0200 --- src/version.c 2016-08-07 20:19:46.851072600 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2181, /**/ -- For large projects, Team Leaders use sophisticated project management software to keep track of who's doing what. The software collects the lies and guesses of the project team and organizes them in to instantly outdated charts that are too boring to look at closely. This is called "planning". (Scott Adams - The Dilbert principle) /// 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 ///