]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1874 v7.4.1874
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Jun 2016 13:49:36 +0000 (15:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Jun 2016 13:49:36 +0000 (15:49 +0200)
Problem:    Unused variable in Win32 code.
Solution:   Remove it. (Mike Williams)

src/gui_w32.c
src/version.c

index 82ca7de5d8198eb4a4d003a11d461884462b597b..2c665cb46d60337d82e06529c51683796d6c8959 100644 (file)
@@ -2050,7 +2050,6 @@ remove_any_timer(void)
     int
 gui_mch_wait_for_chars(int wtime)
 {
-    MSG                msg;
     int                focus;
 
     s_timed_out = FALSE;
index 3c0419586dd97107bf5e976b8e1cd6fa3fc35bef..cb40b297432f258dc20c3198f8d8f7f197819ac8 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1874,
 /**/
     1873,
 /**/