зеркало из https://github.com/github/ruby.git
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:
Родитель
3137b0819d
Коммит
bcc4c40853
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче