]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0373: Coverity warns for NULL check and unused return value v9.0.0373
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Sep 2022 10:42:22 +0000 (11:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Sep 2022 10:42:22 +0000 (11:42 +0100)
commita5348f241bbbb6d5db863d666fa9ca72fc95037a
tree5395b780659a206cb73f8080b2b59ee0f433a96b
parent5fbbec180b623cd6ebfc9528be6fa70b4cf664d4
patch 9.0.0373: Coverity warns for NULL check and unused return value

Problem:    Coverity warns for NULL check and unused return value.
Solution:   Remove the NULL check, it was already checked earlier.  Add (void)
            to ignore the return value.
src/ex_eval.c
src/version.c
src/vim9execute.c