summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_method.c b/vm_method.c
index de58f7d0a7..afda598aa1 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -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));
}