]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2185: Coverity complains about not checking return value v9.0.2185
authorChristian Brabandt <cb@256bit.org>
Sun, 24 Dec 2023 10:14:37 +0000 (11:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 Dec 2023 10:14:37 +0000 (11:14 +0100)
commit6b9492e299c0b4ea76062160c4daf3985897f0b8
tree9bc0fc223ad18b8d1c67f4ab22011aa60f14201d
parent4e28631f9127a79fad564c0e870ce4988922b5e2
patch 9.0.2185: Coverity complains about not checking return value

Problem:  Coverity complains about not checking return value
          in compare_isn_not_values (after 9.0.2184)
Solution: cast return value to "(void)" to make intention clear

closes: #13751

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c
src/vim9instr.c