From 6217cdcec39e64d5fc5a04032847d0424c8f27b4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 25 Apr 2012 12:28:09 +0200 Subject: [PATCH] updated for version 7.3.503 Problem: Warning for unused argument. Solution: Add UNUSED. --- src/if_ruby.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/if_ruby.c b/src/if_ruby.c index 3b5b93b05..ab4ac6997 100644 --- a/src/if_ruby.c +++ b/src/if_ruby.c @@ -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; } diff --git a/src/version.c b/src/version.c index 7bce14667..ea9bc6285 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 503, /**/ 502, /**/