diff --git a/lightningd/peer_htlcs.c b/lightningd/peer_htlcs.c index 7056568e6..c6da906fd 100644 --- a/lightningd/peer_htlcs.c +++ b/lightningd/peer_htlcs.c @@ -1990,7 +1990,7 @@ void htlcs_reconnect(struct lightningd *ld, struct htlc_in *hin; struct htlc_out *hout; struct htlc_in_map unprocessed; - enum onion_type failcode; + enum onion_type failcode COMPILER_WANTS_INIT("gcc7.4.0 bad, 8.3 OK"); /* Any HTLCs which happened to be incoming and weren't forwarded before * we shutdown/crashed: fail them now.