summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-05 22:22:24 +0900
committerNobuyoshi Nakada <[email protected]>2025-06-05 22:33:02 +0900
commitedaa27ce45dacd5e972781105a8e7ba4abe77c3d ()
tree28e5d1ba95d4d623e87078813af5d1cecfd41e27 /variable.c
parent0e0008da0f19d098a2e98902f2215c126aca0101 (diff)
Suppress warnings by gcc-13 with `-Og`
-rw-r--r--variable.c2
1 files changed, 2 insertions, 0 deletions
@@ -2248,6 +2248,8 @@ iterate_over_shapes_with_callback(rb_shape_t *shape, rb_ivar_foreach_callback_fu
}
}
return false;
}
}