mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
RUBY3_CAST is a macro to suppress g++/clang++ warnings about C-style casts. Though Ruby core don't have to bother C++ situations, extension libraries can benefit from this.