]> granicus.if.org Git - vim/commitdiff
patch 7.4.1659 v7.4.1659
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Mar 2016 20:04:48 +0000 (21:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Mar 2016 20:04:48 +0000 (21:04 +0100)
Problem:    Compiler warning for argument type. (Manuel Ortega)
Solution:   Remove "&".

src/os_unix.c
src/version.c

index 77c96dc80c23a9ee2ecfe31da9d5d2f6552f1811..74ffe93001073df8cce1383a731422b1d22c7283 100644 (file)
@@ -5467,7 +5467,7 @@ WaitForCharOrMouse(long msec, int *break_loop)
        ;
 
 #else
-    avail = RealWaitForChar(read_cmd_fd, msec, NULL, &break_loop);
+    avail = RealWaitForChar(read_cmd_fd, msec, NULL, break_loop);
 #endif
     return avail;
 }
index 62e66ab1f65b080f073df27b7411c4960398ba87..dccdb902d1bdcd5e9052339841a563e22e7fe49c 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1659,
 /**/
     1658,
 /**/