diff --git a/src/os_win32.c b/src/os_win32.c index cac82230d..3403ed643 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -5102,6 +5102,8 @@ mch_start_job(char *cmd, job_T *job) failed: # ifdef FEAT_CHANNEL channel_free(channel); +# else + ; /* make compiler happy */ # endif } diff --git a/src/version.c b/src/version.c index a380ed341..f8d838b44 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1321, /**/ 1320, /**/