X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fquery.cc;h=7235fde12f560c9fd9b77b29359c8667bc392304;hb=cf09631a45d276826255d197c1d5c913a29c79f4;hp=0875b0e42755d8e97d7110eb0d56670207553fe4;hpb=30caaf52b022be5f0f695f3088286fb56e82c782;p=notmuch diff --git a/lib/query.cc b/lib/query.cc index 0875b0e4..7235fde1 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -276,7 +276,7 @@ _notmuch_query_search_documents (notmuch_query_t *query, case NOTMUCH_SORT_MESSAGE_ID: enquire.set_sort_by_value (NOTMUCH_VALUE_MESSAGE_ID, FALSE); break; - case NOTMUCH_SORT_UNSORTED: + case NOTMUCH_SORT_UNSORTED: break; } @@ -412,7 +412,7 @@ _notmuch_doc_id_set_contains (notmuch_doc_id_set_t *doc_ids, void _notmuch_doc_id_set_remove (notmuch_doc_id_set_t *doc_ids, - unsigned int doc_id) + unsigned int doc_id) { if (doc_id < doc_ids->bound) doc_ids->bitmap[DOCIDSET_WORD(doc_id)] &= ~(1 << DOCIDSET_BIT(doc_id));