Suppress unused-variable warning

This commit is contained in:
Nobuyoshi Nakada 2025-06-13 21:09:20 +09:00
parent a66d823c15
commit 1d11e1be13
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -1531,6 +1531,7 @@ Init_default_shapes(void)
RUBY_ASSERT(root_with_obj_id->type == SHAPE_OBJ_ID);
RUBY_ASSERT(root_with_obj_id->edge_name == id_object_id);
RUBY_ASSERT(root_with_obj_id->next_field_index == 1);
(void)root_with_obj_id;
}
void