Mirror of the Vim source from https://github.com/vim/vim
Révision | 54f0a6a9db2d7222bc95415438ec64682bee410e (tree) |
---|---|
l'heure | 2022-01-16 04:00:03 |
Auteur | Bram Moolenaar <Bram@vim....> |
Commiter | Bram Moolenaar |
patch 8.2.4101: warning for unused argument in tiny version
Commit: https://github.com/vim/vim/commit/d4e2f5090124d7753057de82727a99892f0231fe
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 15 18:48:32 2022 +0000
@@ -3811,7 +3811,7 @@ | ||
3811 | 3811 | } |
3812 | 3812 | |
3813 | 3813 | int |
3814 | -do_cmdkey_command(int key, int flags) | |
3814 | +do_cmdkey_command(int key UNUSED, int flags) | |
3815 | 3815 | { |
3816 | 3816 | int res; |
3817 | 3817 | #ifdef FEAT_EVAL |
@@ -751,6 +751,8 @@ | ||
751 | 751 | static int included_patches[] = |
752 | 752 | { /* Add new patch number below this line */ |
753 | 753 | /**/ |
754 | + 4101, | |
755 | +/**/ | |
754 | 756 | 4100, |
755 | 757 | /**/ |
756 | 758 | 4099, |