Patch 7.4.1678
Problem: Warning for unused argument.
Solution: Add UNUSED. (Dominique Pelle)
Files: src/if_mzsch.c
*** ../vim-7.4.1677/src/if_mzsch.c 2016-03-19 22:11:47.424674965 +0100
--- src/if_mzsch.c 2016-03-28 22:10:32.399844114 +0200
***************
*** 1073,1079 ****
}
static Scheme_Object *
! load_base_module_on_error(void *data)
{
load_base_module_failed = TRUE;
return scheme_null;
--- 1073,1079 ----
}
static Scheme_Object *
! load_base_module_on_error(void *data UNUSED)
{
load_base_module_failed = TRUE;
return scheme_null;
*** ../vim-7.4.1677/src/version.c 2016-03-28 22:04:27.523557742 +0200
--- src/version.c 2016-03-28 22:11:04.719515177 +0200
***************
*** 750,751 ****
--- 750,753 ----
{ /* Add new patch number below this line */
+ /**/
+ 1678,
/**/
--
hundred-and-one symptoms of being an internet addict:
160. You get in the elevator and double-click the button for the floor
you want.
/// 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.