From 5da8584c52e843591f78d1d4e330a18b9b30b93d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 11 Apr 2008 08:36:47 +0000 Subject: * enum.c (count_i): modified to shut warning up. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enum.c') diff --git a/enum.c b/enum.c index 5cbd070f1..a3bfd655a 100644 --- a/enum.c +++ b/enum.c @@ -81,7 +81,7 @@ enum_grep(VALUE obj, VALUE pat) } static VALUE -count_i(VALUE i, VALUE memop) +count_i(VALUE i, VALUE memop, int argc, VALUE *argv) { VALUE *memo = (VALUE*)memop; -- cgit