]> git.cworth.org Git - obsolete/notmuch-old/commit
cli: Guard deprecated g_type_init calls
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 7 Jun 2013 18:41:13 +0000 (21:41 +0300)
committerDavid Bremner <bremner@debian.org>
Sat, 8 Jun 2013 23:42:33 +0000 (20:42 -0300)
commit8d6aa603ef3a9680c7032cabf59e3673f773dea3
tree8fbd519772b54142dae0d9fd50dee843fb86aef7
parent10aac899117e96606b690e5788924ccc703c53c8
cli: Guard deprecated g_type_init calls

g_type_init was deprecated in GLib 2.35.1.  In order to compile
cleanly, guard these with a suitable #if.

(commit msg from https://bugs.freedesktop.org/attachment.cgi?id=73774 )
lib/database.cc
notmuch.c