From e633d1f5ad23e6ef092c0b5cfac1baa6c1c057dd Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 30 Jul 2014 12:38:40 +0200 Subject: Avoid annoying g_type_init deprecation warnings --- bin/tools/gen-doc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/tools/gen-doc.c') diff --git a/bin/tools/gen-doc.c b/bin/tools/gen-doc.c index d27bdd8..026d828 100644 --- a/bin/tools/gen-doc.c +++ b/bin/tools/gen-doc.c @@ -196,7 +196,9 @@ int main(int argc, char *argv[]) gchar *name; GError *error = NULL; +#if !(GLIB_CHECK_VERSION (2, 36, 0)) g_type_init(); +#endif manager = uca_plugin_manager_new (); if (argc < 2) { -- cgit v1.2.3