To: vim_dev@googlegroups.com Subject: Patch 8.2.3119 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3119 Problem: Compiler warning for unused argument. Solution: Add UNUSED. Files: src/evalfunc.c *** ../vim-8.2.3118/src/evalfunc.c 2021-07-07 21:21:27.117414087 +0200 --- src/evalfunc.c 2021-07-07 22:12:21.732866669 +0200 *************** *** 522,528 **** return &t_list_dict_any; } static type_T * ! ret_list_items(int argcount, type_T **argtypes UNUSED) { return &t_list_list_any; } --- 522,528 ---- return &t_list_dict_any; } static type_T * ! ret_list_items(int argcount UNUSED, type_T **argtypes UNUSED) { return &t_list_list_any; } *** ../vim-8.2.3118/src/version.c 2021-07-07 21:55:20.850427019 +0200 --- src/version.c 2021-07-07 22:12:55.892813670 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3119, /**/ -- From "know your smileys": :-E Has major dental problems /// 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 ///