diff options
| author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-04-09 12:22:54 +0900 |
|---|---|---|
| committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-04-10 16:17:30 +0900 |
| commit | 4e7d84cf8778b397fd08730def354dca3ba6d76f (patch) | |
| tree | 3717dc1f6a91d32c2302efb9a094a986105933e5 /include/ruby/ruby.h | |
| parent | 3e92785fd6ec4bf584128fcd255b01ff4448ea2b (diff) | |
ruby3_rstring_getmem: suppres warning
icc warns at this line.
> include/ruby/3/core/rstring.h(126): warning #413: variable "retval" has an uninitialized const field
> struct RString retval;
> ^
This must not be a problem because uninitialized const field is not used
at all. But the warnings are annoying. Let us suppress them.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3011
Diffstat (limited to 'include/ruby/ruby.h')
0 files changed, 0 insertions, 0 deletions
