summaryrefslogtreecommitdiff
path: root/shape.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-13 21:09:20 +0900
committerJean Boussier <[email protected]>2025-06-13 22:24:09 +0200
commitf2d7c6afee45cd7db86fbe2508556f88518a3bdb ()
tree6cffb4d13ba2b7973f8f50cd215efb891379a914 /shape.c
parent39569da4e497c08b9d8610937cca7bbfd8e0d484 (diff)
Suppress unused-variable warning
-rw-r--r--shape.c1
1 files changed, 1 insertions, 0 deletions
@@ -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