]> git.notmuchmail.org Git - notmuch/blobdiff - lib/tags.c
lib/message: use LOG_XAPIAN_EXCEPTION in n_m_get_header
[notmuch] / lib / tags.c
index c58924f87b56de56a7799dd23aadcef35056d15d..c7d3f66f491b5ec02495817ba85b6c6981c5fc6d 100644 (file)
@@ -13,7 +13,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ * along with this program.  If not, see https://www.gnu.org/licenses/ .
  *
  * Author: Carl Worth <cworth@cworth.org>
  */
@@ -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;
 }