]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4992: compiler warning for possibly uninitialized variable v8.2.4992
authorBram Moolenaar <Bram@vim.org>
Sat, 21 May 2022 17:56:58 +0000 (18:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 May 2022 17:56:58 +0000 (18:56 +0100)
commit5a01caa90428a5f87600528d68529383c0b2f78c
tree7c8e52c725b449c319eee9d96b1b33525790e76a
parent93c1573dd284dc9cf5ed9265a0143aaf520d2920
patch 8.2.4992: compiler warning for possibly uninitialized variable

Problem:    Compiler warning for possibly uninitialized variable. (Tony
            Mechelynck)
Solution:   Initialize variable in the caller instead of in the function.
src/userfunc.c
src/version.c
src/vim9execute.c