Patch 9.0.0521 (after 9.0.0519)
Problem: Compiler warns for unused argument in small version.
Solution: Add UNUSED.
Files: src/drawline.c
*** ../vim-9.0.0520/src/drawline.c 2022-09-20 18:59:26.397606818 +0100
--- src/drawline.c 2022-09-20 20:24:24.468399737 +0100
***************
*** 292,298 ****
win_T *wp,
winlinevars_T *wlv,
int sign_present UNUSED,
! int num_attr)
{
if ((wp->w_p_nu || wp->w_p_rnu)
&& (wlv->row == wlv->startrow + wlv->filler_lines
--- 292,298 ----
win_T *wp,
winlinevars_T *wlv,
int sign_present UNUSED,
! int num_attr UNUSED)
{
if ((wp->w_p_nu || wp->w_p_rnu)
&& (wlv->row == wlv->startrow + wlv->filler_lines
*** ../vim-9.0.0520/src/version.c 2022-09-20 19:04:27.432762804 +0100
--- src/version.c 2022-09-20 20:25:20.864255859 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 521,
/**/
--
hundred-and-one symptoms of being an internet addict:
113. You are asked about a bus schedule, you wonder if it is 16 or 32 bits.
/// 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/20220920192609.A16B91C0846%40moolenaar.net.