commit | fffbf308dd98d1129ba4914d921ab47dc6a6c9b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 20:47:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 20:47:12 2017 +0100 |
tree | 61d04ac4753014bbc29eb25ea420240d3cc565cd | |
parent | c81299684b2b9045e56525d3da3f45e8440fbf0d [diff] [blame] |
patch 8.0.0223: Coverity warns for an uninitialized variable Problem: Coverity gets confused by the flags passed to find_tags() and warnts for an uninitialized variable. Solution: Disallow using cscope and help tags at the same time.
diff --git a/src/version.c b/src/version.c index cae4e7d..d92b6ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 223, +/**/ 222, /**/ 221,