mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
Use a pointer, so it's explicit and gcc is happy. We avoid the allocation by pointing it to another stack var. ./wire/tlvstream.c:81:22: error: ‘prev_type’ may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>