]> granicus.if.org Git - vim/commitdiff
patch 7.4.1760 v7.4.1760
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2016 18:55:56 +0000 (20:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2016 18:55:56 +0000 (20:55 +0200)
Problem:    Compiler warning for unused variable.
Solution:   Add #ifdef. (John Marriott)

src/os_win32.c
src/version.c

index 159905d0b0d0564f4fc2d9fc9f3f5503d100b098..dfc0d4d7414246c3df14d3eb6863b0ca43873b7d 100644 (file)
@@ -1446,7 +1446,9 @@ WaitForChar(long msec)
     INPUT_RECORD    ir;
     DWORD          cRecords;
     WCHAR          ch, ch2;
+#ifdef FEAT_TIMERS
     int                    tb_change_cnt = typebuf.tb_change_cnt;
+#endif
 
     if (msec > 0)
        /* Wait until the specified time has elapsed. */
index f550196cb38ef4720767b34668010b24a460c18f..eeff8c6f5d50cf4dc4698e520e0944a33336adb0 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1760,
 /**/
     1759,
 /**/