To: vim_dev@googlegroups.com Subject: Patch 9.0.1094 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1094 Problem: Compiler warning when HAS_MESSAGE_WINDOW is not defined. Solution: Add UNUSED. Files: src/vim9cmds.c *** ../vim-9.0.1093/src/vim9cmds.c 2022-12-18 21:42:49.014716925 +0000 --- src/vim9cmds.c 2022-12-25 15:57:29.986071942 +0000 *************** *** 1973,1979 **** * compile "execute expr" */ char_u * ! compile_mult_expr(char_u *arg, int cmdidx, long cmd_count, cctx_T *cctx) { char_u *p = arg; char_u *prev = arg; --- 1973,1983 ---- * compile "execute expr" */ char_u * ! compile_mult_expr( ! char_u *arg, ! int cmdidx, ! long cmd_count UNUSED, ! cctx_T *cctx) { char_u *p = arg; char_u *prev = arg; *** ../vim-9.0.1093/src/version.c 2022-12-24 21:23:59.578929527 +0000 --- src/version.c 2022-12-25 15:58:34.637948448 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1094, /**/ -- There can't be a crisis today, my schedule is already full. /// 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 ///