mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Suppress unused-variable warning
This commit is contained in:
parent
39569da4e4
commit
f2d7c6afee
1 changed files with 1 additions and 0 deletions
1
shape.c
1
shape.c
|
@ -1550,6 +1550,7 @@ Init_default_shapes(void)
|
|||
RUBY_ASSERT(root_with_obj_id->edge_name == id_object_id);
|
||||
RUBY_ASSERT(root_with_obj_id->next_field_index == 1);
|
||||
RUBY_ASSERT(!(raw_shape_id(root_with_obj_id) & SHAPE_ID_HAS_IVAR_MASK));
|
||||
(void)root_with_obj_id;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue