Skip to content

Commit f2d7c6a

Browse files
nobubyroot
authored andcommitted
Suppress unused-variable warning
1 parent 39569da commit f2d7c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shape.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,7 @@ Init_default_shapes(void)
15501550
RUBY_ASSERT(root_with_obj_id->edge_name == id_object_id);
15511551
RUBY_ASSERT(root_with_obj_id->next_field_index == 1);
15521552
RUBY_ASSERT(!(raw_shape_id(root_with_obj_id) & SHAPE_ID_HAS_IVAR_MASK));
1553+
(void)root_with_obj_id;
15531554
}
15541555

15551556
void

0 commit comments

Comments
 (0)