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 -- [email protected] -- 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220907204918.94C5E1C04B1%40moolenaar.net.