]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0223: Coverity warns for an uninitialized variable v8.0.0223
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Jan 2017 19:47:12 +0000 (20:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Jan 2017 19:47:12 +0000 (20:47 +0100)
commitfffbf308dd98d1129ba4914d921ab47dc6a6c9b1
tree61d04ac4753014bbc29eb25ea420240d3cc565cd
parentc81299684b2b9045e56525d3da3f45e8440fbf0d
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.
src/tag.c
src/version.c