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 -- [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/20220115185040.6851E1C03C8%40moolenaar.net.