]> granicus.if.org Git - vim/commitdiff
patch 7.4.2181 v7.4.2181
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Aug 2016 18:20:50 +0000 (20:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Aug 2016 18:20:50 +0000 (20:20 +0200)
Problem:    Compiler warning for unused variable.
Solution:   Remove it. (Dominique Pelle)

src/ex_cmds2.c
src/version.c

index 73b3a522fd680faeaddacaaac156a4e825b79098..5af2b405889ab0cdfcb50d4bb282f7746fab61f3 100644 (file)
@@ -1256,8 +1256,6 @@ stop_timer(timer_T *timer)
     void
 stop_all_timers(void)
 {
-    timer_T *timer;
-
     while (first_timer != NULL)
        stop_timer(first_timer);
 }
index 044546b3d103379df4935a8f7a6e9ca954cb2797..21f6932846c290d6064bfdd0fc5dc66b55beb3da 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2181,
 /**/
     2180,
 /**/