commit | 169502fb0beb7eb21f72d6c4590483c069353b53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 12:19:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 12:19:35 2021 +0200 |
tree | b6d1fa8f6ecbcfb22ad356e4ff5fd2c04025ffa8 | |
parent | 16678eb50f7fcb7138600bd0364edb2c9def8cb8 [diff] [blame] |
patch 8.2.2795: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Check the return value of compiling the substitute expression.
diff --git a/src/version.c b/src/version.c index a023335..18d6c80 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2795, +/**/ 2794, /**/ 2793,