Skip to content

Commit bcc4c40

Browse files
committed
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
1 parent 3137b08 commit bcc4c40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/-test-/exception/enc_raise.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ static VALUE
55
enc_raise(VALUE exc, VALUE encoding, VALUE mesg)
66
{
77
rb_enc_raise(rb_to_encoding(encoding), exc, "%s", StringValueCStr(mesg));
8+
UNREACHABLE;
89
}
910

1011
void

0 commit comments

Comments
 (0)