]> granicus.if.org Git - vim/commit
patch 8.2.4794: compiler warning for not initialized variable v8.2.4794
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 09:22:54 +0000 (10:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 09:22:54 +0000 (10:22 +0100)
commit4c84dd33ad739237bb38bb4e51702af972b5e507
treeaaf77983d71fd0c39b53314e73f2f9dfe1e12317
parent928a13135629fa8e73796760077b1b877918a080
patch 8.2.4794: compiler warning for not initialized variable

Problem:    Compiler warning for not initialized variable.
Solution:   Initialize the variable. (John Marriott)
src/indent.c
src/version.c