To: vim_dev@googlegroups.com Subject: Patch 8.2.4101 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///