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 -- [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.