mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
lightningd: add comment on why we have "useless" initialization.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
0fa209c64d
commit
e6c68b606d
@ -901,6 +901,7 @@ static struct command_result *json_close(struct command *cmd,
|
||||
{
|
||||
const jsmntok_t *idtok;
|
||||
struct peer *peer;
|
||||
/* FIXME: gcc 7.3.0 thinks this might not be initialized. */
|
||||
struct channel *channel = NULL;
|
||||
unsigned int *timeout;
|
||||
bool *force;
|
||||
|
Loading…
Reference in New Issue
Block a user