To: vim_dev@googlegroups.com Subject: Patch 9.0.0412 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0412 (after 9.0.0410) Problem: Compiler warning for unused argument. Solution: Add UNUSED. Files: src/charset.c *** ../vim-9.0.0411/src/charset.c 2022-09-07 20:01:13.323141838 +0100 --- src/charset.c 2022-09-07 21:45:13.873430503 +0100 *************** *** 943,949 **** init_chartabsize_arg( chartabsize_T *cts, win_T *wp, ! linenr_T lnum, colnr_T col, char_u *line, char_u *ptr) --- 943,949 ---- init_chartabsize_arg( chartabsize_T *cts, win_T *wp, ! linenr_T lnum UNUSED, colnr_T col, char_u *line, char_u *ptr) *** ../vim-9.0.0411/src/version.c 2022-09-07 21:30:40.143379043 +0100 --- src/version.c 2022-09-07 21:45:55.973336641 +0100 *************** *** 705,706 **** --- 705,708 ---- { /* Add new patch number below this line */ + /**/ + 412, /**/ -- How To Keep A Healthy Level Of Insanity: 2. Page yourself over the intercom. Don't disguise your voice. /// 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 ///