mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3e92785fd6
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. |
||
---|---|---|
.. | ||
arithmetic | ||
attr | ||
compiler_is | ||
core | ||
has | ||
intern | ||
anyargs.h | ||
arithmetic.h | ||
assume.h | ||
cast.h | ||
compiler_is.h | ||
compiler_since.h | ||
config.h | ||
constant_p.h | ||
core.h | ||
ctype.h | ||
dllexport.h | ||
dosish.h | ||
error.h | ||
eval.h | ||
event.h | ||
fl_type.h | ||
gc.h | ||
glob.h | ||
globals.h | ||
interpreter.h | ||
iterator.h | ||
memory.h | ||
method.h | ||
module.h | ||
newobj.h | ||
rgengc.h | ||
scan_args.h | ||
special_consts.h | ||
static_assert.h | ||
stdalign.h | ||
stdbool.h | ||
symbol.h | ||
token_paste.h | ||
value.h | ||
value_type.h | ||
variable.h | ||
warning_push.h | ||
xmalloc.h |