ruby/ccan
Nobuyoshi Nakada 61289d9405
Initialize loop variable of `ccan_list_for_each`
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.
2023-12-24 19:34:25 +09:00
..
build_assert Prefix ccan headers (#4568) 2022-03-30 20:36:31 +13:00
check_type Fix -Wundef warnings 2022-10-26 18:57:26 +09:00
container_of Fix -Wundef warnings 2022-10-26 18:57:26 +09:00
licenses vm*: doubly-linked list from ccan to manage vm->living_threads 2014-05-10 23:48:51 +00:00
list Initialize loop variable of `ccan_list_for_each` 2023-12-24 19:34:25 +09:00
str Prefix ccan headers (#4568) 2022-03-30 20:36:31 +13:00