To: vim_dev@googlegroups.com Subject: Patch 7.4.1659 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1659 (after 7.4.1657) Problem: Compiler warning for argument type. (Manuel Ortega) Solution: Remove "&". Files: src/os_unix.c *** ../vim-7.4.1658/src/os_unix.c 2016-03-26 19:41:43.875118885 +0100 --- src/os_unix.c 2016-03-26 21:01:48.334207114 +0100 *************** *** 5467,5473 **** ; #else ! avail = RealWaitForChar(read_cmd_fd, msec, NULL, &break_loop); #endif return avail; } --- 5467,5473 ---- ; #else ! avail = RealWaitForChar(read_cmd_fd, msec, NULL, break_loop); #endif return avail; } *** ../vim-7.4.1658/src/version.c 2016-03-26 20:59:48.111431615 +0100 --- src/version.c 2016-03-26 21:04:30.716552841 +0100 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1659, /**/ -- hundred-and-one symptoms of being an internet addict: 133. You communicate with people on other continents more than you do with your own neighbors. /// 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 ///