]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.503 v7.3.503
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Apr 2012 10:28:09 +0000 (12:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Apr 2012 10:28:09 +0000 (12:28 +0200)
Problem:    Warning for unused argument.
Solution:   Add UNUSED.

src/if_ruby.c
src/version.c

index 3b5b93b056205169c4ddbdb0afd9a87086184aab..ab4ac699722310f39653067c602d0c242716f56d 100644 (file)
@@ -1238,7 +1238,7 @@ static VALUE window_set_cursor(VALUE self, VALUE pos)
     return Qnil;
 }
 
-static VALUE f_nop(VALUE self)
+static VALUE f_nop(VALUE self UNUSED)
 {
     return Qnil;
 }
index 7bce14667d18b8d985e58ba25f10f1c2371370b7..ea9bc62858f26949f292901f092e33e56af8b81d 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    503,
 /**/
     502,
 /**/