To: vim_dev@googlegroups.com Subject: Patch 8.2.0957 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0957 Problem: Compiler warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize one variable. Files: src/spell.c *** ../vim-8.2.0956/src/spell.c 2020-06-10 22:17:53.989672673 +0200 --- src/spell.c 2020-06-11 12:27:02.530099353 +0200 *************** *** 207,213 **** if (spell_iswordp(mi.mi_fend, wp)) { int prev_upper; ! int this_upper; if (use_camel_case) { --- 207,213 ---- if (spell_iswordp(mi.mi_fend, wp)) { int prev_upper; ! int this_upper = FALSE; // init for gcc if (use_camel_case) { *** ../vim-8.2.0956/src/version.c 2020-06-10 22:17:53.989672673 +0200 --- src/version.c 2020-06-11 12:28:39.097621563 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 957, /**/ -- This is the polymorph virus! Follow these instructions carefully: 1. Send this message to everybody you know. 2. Format your harddisk. Thank you for your cooperation in spreading the most powerful virus ever! /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///