commit | 002ccbfac4ab0b052f4d547ea4c4ffbf212e4592 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Nov 12 20:10:58 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Tue Nov 12 20:10:58 2024 +0100 |
tree | 4af90c78548196a96b30bdf913f39d042f10bc26 | |
parent | 129a8446d23cd9cb4445fcfea259cba5e0487d29 [diff] [blame] |
patch 9.1.0858: Coverity complains about dead code Problem: Coverity complains about dead code (after v9.1.0852) Solution: adjust #ifdef FEAT_CLIPBOARD Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 5c775b0..bb0de39 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 858, +/**/ 857, /**/ 856,