mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Suppress -Wswitch warnings
This commit is contained in:
parent
3b1029f894
commit
e474c189da
13 changed files with 42 additions and 0 deletions
|
@ -524,6 +524,8 @@ filter_defined_class(VALUE klass)
|
|||
return 0;
|
||||
case T_ICLASS:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
rb_bug("filter_defined_class: %s", rb_obj_info(klass));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue