Patch 9.0.1094

3 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 25, 2022, 11:04:36 AM12/25/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages