]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0099: compiler warning about unused variable v9.2.0099
authorChristian Brabandt <cb@256bit.org>
Tue, 3 Mar 2026 18:37:25 +0000 (18:37 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 3 Mar 2026 18:37:25 +0000 (18:37 +0000)
commitb2bc54534c79791a71d744a6e7d8197e42e2aade
tree6dbafdd3929b4d6b0afbbe7f796cc36ef0981f5b
parentbc959db1639a7284ffb86be6f29891acc13d8a99
patch 9.2.0099: compiler warning about unused variable

Problem:  Coverity complains about uninitialized var, also gcc warns
          about a few other variables possibly being used uninitialized
          (Tony Mechelynck, after v9.2.0093)
Solution: Initialize a few other variables.

Coverity CID: 1683101

closes: #19561

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/highlight.c
src/screen.c
src/term.c
src/version.c