]> granicus.if.org Git - vim/commit
patch 8.2.5005: compiler warning for uninitialized variable v8.2.5005
authorBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 20:53:26 +0000 (21:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 20:53:26 +0000 (21:53 +0100)
commit5b529230f144028b67ed1d59207af098c18a1858
treebb4c2fe4272296a78960bdb0f8b1a6e5b30cc92c
parent338bf58eba758585ffef3fdfdba7d48477aacb7c
patch 8.2.5005: compiler warning for uninitialized variable

Problem:    Compiler warning for uninitialized variable. (John Marriott)
Solution:   Initialize the pointer to NULL.
src/version.c
src/vim9expr.c