From b526738c3b27bc67a3e1017a051aab1163a34117 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 5 Dec 2011 09:57:00 +0000 Subject: * bignum.c (big_rshift), compile.c (validate_label, iseq_build_from_ary_exception), cont.c (cont_capture), dir.c (dir_open_dir), gc.c (objspace_each_objects), io.c (pipe_open) (rb_io_advise), parse.y (parser_compile_string) (rb_parser_compile_file), proc.c (binding_free), process.c (rb_proc_exec_n, rb_seteuid_core, proc_setegid, rb_setegid_core) (p_uid_exchange, p_gid_exchange), regparse.c (strdup_with_null), signal.c (sig_dfl), vm.c (rb_iseq_eval, rb_iseq_eval_main), vm_insnhelper.c (vm_expandarray): suppress unused-but-set-variable warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index 34cc170334..69c32c7919 100644 --- a/cont.c +++ b/cont.c @@ -454,7 +454,7 @@ cont_capture(volatile int *stat) } else { *stat = 0; - return cont->self; + return contval; } } -- cgit v1.2.3