[PATCH 5/8] lib: make _notmuch_message_ensure_property_map static

David Bremner david at tethera.net
Sat Feb 18 06:45:48 PST 2017


It's not called outside message.cc
---
 lib/message.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/message.cc b/lib/message.cc
index f55dd9fa..80fbd5ab 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -1823,7 +1823,7 @@ _notmuch_message_database (notmuch_message_t *message)
     return message->notmuch;
 }
 
-void
+static void
 _notmuch_message_ensure_property_map (notmuch_message_t *message)
 {
     notmuch_string_node_t *node;
-- 
2.11.0



More information about the notmuch mailing list