commit | b58201035060d223d4d795ef9c3bc6b171eee9af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 25 12:27:13 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 25 12:27:13 2023 +0000 |
tree | acb0cece97486d9a4358ab73b138cf92f54f128b | |
parent | 62a6923470827acbf124df41134ae6df52f334e6 [diff] [blame] |
patch 9.0.1241: Coverity warns for not checking function return value Problem: Coverity warns for not checking function return value. Solution: Explicitly ignore the return value.
diff --git a/src/version.c b/src/version.c index 4a3355c..cfe6e6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1241, +/**/ 1240, /**/ 1239,