Browse Source
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>pull/2938/head
Rusty Russell
5 years ago
committed by
Christian Decker
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue