We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3137b08 commit bcc4c40Copy full SHA for bcc4c40
ext/-test-/exception/enc_raise.c
@@ -5,6 +5,7 @@ static VALUE
5
enc_raise(VALUE exc, VALUE encoding, VALUE mesg)
6
{
7
rb_enc_raise(rb_to_encoding(encoding), exc, "%s", StringValueCStr(mesg));
8
+ UNREACHABLE;
9
}
10
11
void
0 commit comments