Patch 8.2.4569
Problem: Coverity warning for not using a return value.
Solution: Add "(void)".
Files: src/popupwin.c
*** ../vim-8.2.4568/src/popupwin.c 2022-01-29 15:19:19.546172430 +0000
--- src/popupwin.c 2022-03-15 10:19:59.287521481 +0000
***************
*** 3738,3744 ****
{
// compute the position in the buffer line
// from the position in the window
! mouse_comp_pos(wp, &line_cp, &col_cp,
&lnum, plines_cache);
redrawWinline(wp, lnum);
}
--- 3738,3744 ----
{
// compute the position in the buffer line
// from the position in the window
! (void)mouse_comp_pos(wp, &line_cp, &col_cp,
&lnum, plines_cache);
redrawWinline(wp, lnum);
}
*** ../vim-8.2.4568/src/version.c 2022-03-15 09:46:50.757054758 +0000
--- src/version.c 2022-03-15 10:20:41.583486663 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4569,
/**/
--
hundred-and-one symptoms of being an internet addict:
266. You hear most of your jokes via e-mail instead of in person.
/// 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 ///