X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Ftags.c;h=b7e5602cfbac9a33637f310c2c3498cc42851ef1;hp=c58924f87b56de56a7799dd23aadcef35056d15d;hb=00d2ac2b41a6dba060837244ee87edce2fd1e465;hpb=df91c16943aa4f5c47452fa7d21e65df2d9e315b diff --git a/lib/tags.c b/lib/tags.c index c58924f8..b7e5602c 100644 --- a/lib/tags.c +++ b/lib/tags.c @@ -40,7 +40,7 @@ _notmuch_tags_create (const void *ctx, notmuch_string_list_t *list) return NULL; tags->iterator = list->head; - talloc_steal (tags, list); + (void) talloc_steal (tags, list); return tags; }