commit | 1c17ffa4611f4efe68c61f7cdd9ed692a866ba75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 15:19:04 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 15:19:04 2018 +0200 |
tree | 009f678c60ced89e9f9185f848fb03fcd06d0b25 | |
parent | a2aa8a2b22de909619d7faa3ff5383a6224defc5 [diff] [blame] |
patch 8.0.1753: various warnings from a static analyser Problem: Various warnings from a static analyser Solution: Add type casts, remove unneeded conditions. (Christian Brabandt, closes #2770)
diff --git a/src/version.c b/src/version.c index fda91e2..6a4c97d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1753, +/**/ 1752, /**/ 1751,