mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
On platforms where `typeof` is unsupported, `ccan_container_off_var` calculates the offset of member by pointer subtraction. Although this will result in the compile-time invariant value regardless the pointer value, the loop variable will be used before assignment and may cause an using uninitialized variable warning.