diff --git a/src/os_unix.c b/src/os_unix.c index b58138bf07..6f7a9a4cf9 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -7434,7 +7434,7 @@ mch_libcall( ))) { if (string_result == NULL) - retval_int = ((STRPROCINT)ProcAdd)(argstring); + retval_int = ((STRPROCINT)(void *)ProcAdd)(argstring); else retval_str = (ProcAdd)(argstring); } @@ -7456,7 +7456,7 @@ mch_libcall( ))) { if (string_result == NULL) - retval_int = ((INTPROCINT)ProcAddI)(argint); + retval_int = ((INTPROCINT)(void *)ProcAddI)(argint); else retval_str = (ProcAddI)(argint); } diff --git a/src/version.c b/src/version.c index 57acd28f22..b8891ff667 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 */ +/**/ + 1676, /**/ 1675, /**/