diff --git a/src/message_test.c b/src/message_test.c index 014d8d9d45..85a29b4712 100644 --- a/src/message_test.c +++ b/src/message_test.c @@ -127,7 +127,7 @@ test_vim_snprintf(void) int n; size_t bsize; int bsize_int; - char *ptr = (char *)0x87654321; + void *ptr = (void *)0x87654321; // Loop on various buffer sizes to make sure that truncation of // vim_snprintf() is correct. diff --git a/src/version.c b/src/version.c index f175ff3d2f..2b1a126092 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 608, /**/ 607, /**/