X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Ftal%2Ftal.c;h=842059d031b76977d665b31f1aedd3259a86ff0f;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hp=79476772c585564b7e0840f215b59d09844723f1;hpb=5877402640cff05f779b23a730e4cc62d729113f;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) {