Patch 8.2.4101

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 15, 2022, 1:50:46 PM1/15/22
to vim...@googlegroups.com

Patch 8.2.4101
Problem: Warning for unused argument in tiny version.
Solution: Add "UNUSED".
Files: src/getchar.c


*** ../vim-8.2.4100/src/getchar.c 2022-01-15 18:25:04.657419390 +0000
--- src/getchar.c 2022-01-15 18:46:07.390962759 +0000
***************
*** 3811,3817 ****
}

int
! do_cmdkey_command(int key, int flags)
{
int res;
#ifdef FEAT_EVAL
--- 3811,3817 ----
}

int
! do_cmdkey_command(int key UNUSED, int flags)
{
int res;
#ifdef FEAT_EVAL
*** ../vim-8.2.4100/src/version.c 2022-01-15 18:31:37.720587407 +0000
--- src/version.c 2022-01-15 18:47:26.646614919 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4101,
/**/

--
GUARD #1: What, ridden on a horse?
ARTHUR: Yes!
GUARD #1: You're using coconuts!
ARTHUR: What?
GUARD #1: You've got two empty halves of coconut and you're bangin' 'em
together.
The Quest for the Holy Grail (Monty Python)

/// 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