]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.189 v7.4.189
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Feb 2014 21:54:58 +0000 (22:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Feb 2014 21:54:58 +0000 (22:54 +0100)
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.

src/eval.c
src/version.c

index 80fc337061e592bf29b29629d390b8b4dd41b681..3be3813b09c42a6d94a4c5ba1d3755dac3aef06d 100644 (file)
@@ -9203,7 +9203,7 @@ f_byte2line(argvars, rettv)
 byteidx(argvars, rettv, comp)
     typval_T   *argvars;
     typval_T   *rettv;
-    int                comp;
+    int                comp UNUSED;
 {
 #ifdef FEAT_MBYTE
     char_u     *t;
index 09ee63b0ecf9516ab8204e1e25ef796d4fc6931e..077b132962693e930052d8f94ea018d7fd620725 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    189,
 /**/
     188,
 /**/