mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
unreachable
* ext/-test-/exception/enc_raise.c (enc_raise): unreachable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3137b0819d
commit
bcc4c40853
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ static VALUE
|
|||
enc_raise(VALUE exc, VALUE encoding, VALUE mesg)
|
||||
{
|
||||
rb_enc_raise(rb_to_encoding(encoding), exc, "%s", StringValueCStr(mesg));
|
||||
UNREACHABLE;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue