From 843d4f328a3e7d7ce05b83b731e737b464cb46db Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 May 2010 04:00:20 +0000 Subject: * vm_insnhelper.c (argument_error): never return. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_insnhelper.c') diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 0376b9e46a..5e01712839 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -102,6 +102,7 @@ vm_pop_frame(rb_thread_t *th) /* method dispatch */ +NORETURN(static void argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc)); static void argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc) { -- cgit v1.2.3