Suppress warnings by gcc-13 with -Og

This commit is contained in:
Nobuyoshi Nakada 2025-06-05 22:22:24 +09:00
parent 0e0008da0f
commit edaa27ce45
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
4 changed files with 6 additions and 4 deletions

View file

@ -2248,6 +2248,8 @@ iterate_over_shapes_with_callback(rb_shape_t *shape, rb_ivar_foreach_callback_fu
}
}
return false;
default:
UNREACHABLE_RETURN(false);
}
}