diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2024-07-08 15:42:06 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2024-07-08 15:42:06 -0700 |
| commit | a40645e115e6cd6328bb302dfc78b16f6ad45938 (patch) | |
| tree | 02bc8724c5973e7ffdf1890305ceeb037e4ff8e0 /ruby.c | |
| parent | 9a8454ea5ca2bb4d6540d5c43b8e91e199ed1a8a (diff) | |
merge revision(s) 01b13886: [Backport #20562]
[Bug #20562] Categorize `RUBY_FREE_AT_EXIT` warning as experimental
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1769,7 +1769,7 @@ ruby_opt_init(ruby_cmdline_options_t *opt) } if (getenv("RUBY_FREE_AT_EXIT")) { - rb_warn("Free at exit is experimental and may be unstable"); + rb_category_warn(RB_WARN_CATEGORY_EXPERIMENTAL, "Free at exit is experimental and may be unstable"); rb_free_at_exit = true; } |
