commit | 9c272a9e52c914d6630f2cc887da89f63e7e983a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 21:54:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 21:54:27 2019 +0200 |
tree | 59f34beeea1b1d2631ff101b8a7ccc98ba27d7eb | |
parent | 24278d2407dfbc8d93eb36593cdd006ff5d86f94 [diff] [blame] |
patch 8.1.1862: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Add "(void)" to avoid the warning.
diff --git a/src/version.c b/src/version.c index 6af4442..ba37a41 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1862, +/**/ 1861, /**/ 1860,