X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Ftal.c;h=842059d031b76977d665b31f1aedd3259a86ff0f;hb=a240178097376329b4567a6728952daa89362771;hp=79476772c585564b7e0840f215b59d09844723f1;hpb=8f8c8b8804110b09c98f44b439d14303cc36542d;p=ccan diff --git a/ccan/tal/tal.c b/ccan/tal/tal.c index 79476772..842059d0 100644 --- a/ccan/tal/tal.c +++ b/ccan/tal/tal.c @@ -323,7 +323,7 @@ static struct name *add_name_property(struct tal_hdr *t, const char *name) } static struct children *add_child_property(struct tal_hdr *parent, - struct tal_hdr *child) + struct tal_hdr *child UNNEEDED) { struct children *prop = allocate(sizeof(*prop)); if (prop) {