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; | ^~~~~~~~~~~~~~ Link proceeds normally. This is with gcc 15.1.1 on openSUSE Tumbleweed. Best regards, Tony. -- -- 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/CAJkCKXt3O3p%2B8XKyNYW_9cVG3FOWOTg4wFAUB4RLbQU3k6MvMg%40mail.gmail.com.