mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* See [Feature #17752] * Defining explicitly to 0 seems the best solution, see https://github.com/ruby/ruby/pull/4428 * For example: ./include/ruby/internal/has/builtin.h:49:33: error: "RBIMPL_HAS_BUILTIN___builtin_assume" is not defined, evaluates to 0 [-Werror=undef] 49 | # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) | ^~~~~~~~~~~~~~~~~~~ ./include/ruby/internal/assume.h:75:7: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ 75 | #elif RBIMPL_HAS_BUILTIN(__builtin_assume) | ^~~~~~~~~~~~~~~~~~ |
||
|---|---|---|
| .. | ||
| attribute.h | ||
| builtin.h | ||
| c_attribute.h | ||
| cpp_attribute.h | ||
| declspec_attribute.h | ||
| extension.h | ||
| feature.h | ||
| warning.h | ||