X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=ccc1e9a17fbddde4839fc754a7f781d799146469;hp=1a78b60ee52633339737bb093e05f67d564fb72d;hb=71f1228a518f08e94dc1ea4e2147f80d3484c615;hpb=b9bf3f44eacd42ce53885c79f9dad8d82c76f13d diff --git a/lib/database-private.h b/lib/database-private.h index 1a78b60e..ccc1e9a1 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -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 */ @@ -32,6 +32,10 @@ #include "notmuch-private.h" +#ifdef SILENCE_XAPIAN_DEPRECATION_WARNINGS +#define XAPIAN_DEPRECATED(D) D +#endif + #include #pragma GCC visibility push(hidden)