From 918b08957c51ae079f8f456198f8a1869a3d2a4c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 8 May 2021 20:09:24 +0200 Subject: patch 8.2.2845: MS-Windows: warning for signed/unsigned comparison Problem: MS-Windows: warning for signed/unsigned comparison. Solution: Add type cast. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 68f05af9f..e8827c460 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2845, /**/ 2844, /**/ -- cgit v1.2.1