commit | c8a034210f043639f27b6f346c5a9933f17e7159 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Sep 02 21:48:46 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Sep 02 21:50:10 2023 +0200 |
tree | 4feaec17b6c49f4c4a1f8b9b8f64aa5a3c92c7f7 | |
parent | ced2c7394aafdc90fb7845e09b3a3fee23d48cb1 [diff] [blame] |
patch 9.0.1849: CI error on different signedness in ex_cmds.c Problem: CI error on different signedness Solution: cast unsigned to int Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index b69c410..c94a450 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1849, +/**/ 1848, /**/ 1847,