]> git.notmuchmail.org Git - notmuch/commit
build: visibility=default for library structs is no longer needed
authorJani Nikula <jani@nikula.org>
Wed, 10 May 2017 19:42:12 +0000 (22:42 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 13 May 2017 11:38:18 +0000 (08:38 -0300)
commit30c475c1ef3d6823ed9ab0affc30328726c5240f
tree411716ebe0fe8373a5f8fff3ba13bf6a645335d6
parentbc11759dd1fd198661657b741bc0143c9af309a4
build: visibility=default for library structs is no longer needed

Commit d5523ead90b6 ("Mark some structures in the library interface
with visibility=default attribute.") fixed some mixed visibility
issues with structs. With the symbol default visibility reversed, this
is no longer a problem.
lib/message.cc
lib/notmuch-private.h
lib/query.cc
lib/thread.cc