On Mo, 14 Jul 2025, Tony Mechelynck wrote:
> After applying patches 1539 and 1540 I get the following in all builds > (Tiny, Normal and Huge): > > insexpand.c: In function ‘ins_compl_new_leader’: > insexpand.c:2459:9: warning: ‘save_w_wrow’ may be used uninitialized > [-Wmaybe-uninitialized] > 2459 | show_pum(save_w_wrow, save_w_leftcol); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > insexpand.c:2398:13: note: ‘save_w_wrow’ was declared here > 2398 | int save_w_wrow; > | ^~~~~~~~~~~ > insexpand.c:2459:9: warning: ‘save_w_leftcol’ may be used > uninitialized [-Wmaybe-uninitialized] > 2459 | show_pum(save_w_wrow, save_w_leftcol); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > insexpand.c:2399:13: note: ‘save_w_leftcol’ was declared here > 2399 | int save_w_leftcol; > | ^~~~~~~~~~~~~~ Faster than Coverity ;) > Link proceeds normally. > > This is with gcc 15.1.1 on openSUSE Tumbleweed. Thanks, should be fixed now with v9.1.1542 Christian -- Maryann's Law: You can always find what you're not looking for. -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/aHVfGMMuiJa5gKyt%40256bit.org.