mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
5e76c74622
Ubuntu clang 15.0.2-1 complains: ``` wire/peer_exp_wiregen.c:257:14: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable] for (size_t i = 0; *plen != 0; i++) { ^ wire/peer_exp_wiregen.c:1373:14: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable] for (size_t i = 0; *plen != 0; i++) { ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
header_template | ||
impl_template | ||
print_header_template | ||
print_impl_template |