]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1334: Coverity complains about unchecked return value v9.1.1334
authorChristian Brabandt <cb@256bit.org>
Tue, 22 Apr 2025 18:04:28 +0000 (20:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Apr 2025 18:05:46 +0000 (20:05 +0200)
commitd847b241f5472477db8b76a4a630ae66bd33f8f2
tree4112f9f8bd8cb3b9303bc99a8bc8ef346092344c
parent7dfc9e6121e85084fc428e915c717cbe0c8b2acd
patch 9.1.1334: Coverity complains about unchecked return value

Problem:  Coverity complains about unchecked return value
Solution: cast return value to (void)

Fixes: Coverity issue 1646574
related: #17189

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