Patch 8.2.3119

2 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 7, 2021, 4:13:40 PM7/7/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages