Patch 8.2.3119
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
Files: src/evalfunc.c
*** ../vim-8.2.3118/src/evalfunc.c 2021-07-07 21:21:27.117414087 +0200
--- src/evalfunc.c 2021-07-07 22:12:21.732866669 +0200
***************
*** 522,528 ****
return &t_list_dict_any;
}
static type_T *
! ret_list_items(int argcount, type_T **argtypes UNUSED)
{
return &t_list_list_any;
}
--- 522,528 ----
return &t_list_dict_any;
}
static type_T *
! ret_list_items(int argcount UNUSED, type_T **argtypes UNUSED)
{
return &t_list_list_any;
}
*** ../vim-8.2.3118/src/version.c 2021-07-07 21:55:20.850427019 +0200
--- src/version.c 2021-07-07 22:12:55.892813670 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3119,
/**/
--
>From "know your smileys":
:-E Has major dental problems
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202107072013.167KDYJR3436580%40masaka.moolenaar.net.