commit | 8ed43916dbea4ccedcc84d271e292abbf658b9c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 08:56:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 08:56:12 2016 +0200 |
tree | 618892a3eaf0e15f77cc9c09981e46903990f9be | |
parent | aa3b15dbebf333282503d6031e2f9ba6ee4398ed [diff] [blame] |
patch 7.4.1761 Problem: Coverity complains about ignoring return value. Solution: Add "(void)" to get rid of the warning.
diff --git a/src/version.c b/src/version.c index eeff8c6..63dedd7 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1761, +/**/ 1760, /**/ 1759,