1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added -W:experimental to --help [Feature #16420]

This commit is contained in:
Nobuyoshi Nakada 2019-12-24 12:11:42 +09:00
parent d0f1eb3e4e
commit 3739ddc36f
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

1
ruby.c
View file

@ -302,6 +302,7 @@ usage(const char *name, int help)
};
static const struct message warn_categories[] = {
M("deprecated", "", "deprecated features"),
M("experimental", "", "experimental features"),
};
static const struct message mjit_options[] = {
M("--jit-warnings", "", "Enable printing JIT warnings"),