summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-26 15:55:25 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-26 15:55:25 +0200
commitd3bb6a82a51d549bbd597bb4e94d8f074009be2a (patch)
treef27f9a197d2fba9550309e727de2e53a2513892f /src/version.c
parentcb4f69c2fd9ea81331c4aa54877fde612d182a51 (diff)
patch 8.2.1299: compiler warning for using size_t for int and void pointerv8.2.1299
Problem: Compiler warning for using size_t for int and void pointer. Solution: Add type casts.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 58a434a1b6..93bcc43247 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1299,
+/**/
1298,
/**/
1297,