Suppress -Wswitch warnings

This commit is contained in:
Nobuyoshi Nakada 2020-04-08 15:13:37 +09:00
parent 3b1029f894
commit e474c189da
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
13 changed files with 42 additions and 0 deletions

View file

@ -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));
}