]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2460: Coverity warns for unused value v8.2.2460
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 18:57:00 +0000 (19:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 18:57:00 +0000 (19:57 +0100)
commitfc1dafa91cbf7876d711e8e36171eeec78eae13b
tree09e7eba0f3844616258df229c996600c166fa5df
parent8bead9a058907e7f10ad25893d8475d2d9dd173c
patch 8.2.2460: Coverity warns for unused value

Problem:    Coverity warns for unused value.
Solution:   Do not reset the return value to OK.
src/version.c
src/vim9compile.c