Patch 7.4.1737
Problem: Argument marked as unused is used.
Solution: Remove UNUSED.
Files: src/message.c
*** ../vim-7.4.1736/src/message.c 2016-04-14 17:15:47.223835356 +0200
--- src/message.c 2016-04-14 17:51:41.629835206 +0200
***************
*** 766,772 ****
* ":messages" command.
*/
void
! ex_messages(exarg_T *eap UNUSED)
{
struct msg_hist *p;
char_u *s;
--- 766,772 ----
* ":messages" command.
*/
void
! ex_messages(exarg_T *eap)
{
struct msg_hist *p;
char_u *s;
*** ../vim-7.4.1736/src/version.c 2016-04-14 17:40:52.668464428 +0200
--- src/version.c 2016-04-14 17:52:11.781526869 +0200
***************
*** 750,751 ****
--- 750,753 ----
{ /* Add new patch number below this line */
+ /**/
+ 1737,
/**/
--
The software said it requires Windows 95 or better, so I installed Linux.
/// 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.