diff options
Diffstat (limited to 'test/visit_archive.cxx')
-rw-r--r-- | test/visit_archive.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx index 6faf4f3ae..8306c7304 100644 --- a/test/visit_archive.cxx +++ b/test/visit_archive.cxx @@ -66,7 +66,10 @@ main(int argc, char **argv) /* initialize GLib */ +#if !GLIB_CHECK_VERSION(2,32,0) g_thread_init(NULL); +#endif + g_log_set_default_handler(my_log_func, NULL); /* initialize MPD */ |