commit | d847b241f5472477db8b76a4a630ae66bd33f8f2 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Apr 22 20:04:28 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Apr 22 20:05:46 2025 +0200 |
tree | 4112f9f8bd8cb3b9303bc99a8bc8ef346092344c | |
parent | 7dfc9e6121e85084fc428e915c717cbe0c8b2acd [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index cd58d61..1a17d2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1334, +/**/ 1333, /**/ 1332,