1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
卜部昌平 3e92785fd6 RUBY3_ASSUME: suppress warnings on icc
icc warns side effects for RUBY3_ASSUME like this:

> ./include/ruby/3/value_type.h(202): warning #2261: __assume expression with side effects discarded
>           RUBY3_ASSUME(RB_FLONUM_P(obj));
>                        ^

Which is a false positive (RB_FLONUM_P has no side effect).  It seems
there is no way for us to tell icc that a functin is safe inside of
__assume.   Just suppress the warning instead.
2020-04-10 16:17:30 +09:00
..
3 RUBY3_ASSUME: suppress warnings on icc 2020-04-10 16:17:30 +09:00
backward reduce duplicate include. 2020-04-10 14:53:25 +09:00
assert.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
backward.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
debug.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
defines.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
encoding.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
intern.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
io.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
missing.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
onigmo.h Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most pattern matches are less than or equal to 4 results 2019-05-07 21:58:55 +09:00
oniguruma.h Merge Onigmo 6.0.0 2016-12-10 17:47:04 +00:00
re.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
regex.h
ruby.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
st.h Fix typos (#2958) 2020-03-11 00:43:12 -07:00
subst.h
thread.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
thread_native.h fix typo in documentation 2020-04-06 11:29:12 +12:00
util.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
version.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
vm.h Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
win32.h Fix errno at seeking socket/pipe on Windows 2019-07-25 06:39:40 +09:00