]> granicus.if.org Git - vim/commitdiff
patch 7.4.1321 v7.4.1321
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2016 11:44:20 +0000 (12:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2016 11:44:20 +0000 (12:44 +0100)
Problem:    Compiler complains about missing statement.
Solution:   Add an empty statement. (Andrei Olsen)

src/os_win32.c
src/version.c

index cac82230db4c611f99667c738fa62bc7fe46bd89..3403ed6434c2ef357cde89c57d1ee969e8e39617 100644 (file)
@@ -5102,6 +5102,8 @@ mch_start_job(char *cmd, job_T *job)
 failed:
 # ifdef FEAT_CHANNEL
     channel_free(channel);
+# else
+    ;  /* make compiler happy */
 # endif
 }
 
index a380ed3410de3993ae66516f2b3699a4a444bc0b..f8d838b44d98dddec6f4e6b1b13d9081242e9b39 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1321,
 /**/
     1320,
 /**/