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 -- b...@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 /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20221225160428.666911C0AA4%40moolenaar.net.