Browse Source
In file included from wallet/test/run-wallet.c:15:0: ./lightningd/peer_htlcs.c: In function ‘htlcs_reconnect’: ./lightningd/peer_htlcs.c:2060:15: error: ‘failcode’ may be used uninitialized in this function [-Werror=maybe-uninitialized] } else if (failcode) { ^~~~~~~~ ./lightningd/peer_htlcs.c:2056:19: error: ‘failcode’ may be used uninitialized in this function [-Werror=maybe-uninitialized] failcode != 0 ~~~~~~~~~^~~~ 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 1 additions and 1 deletions
Loading…
Reference in new issue