To: vim_dev@googlegroups.com Subject: Patch 8.2.4569 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///