提交 5e113a4b 编写于 作者: B Behdad Esfahbod

g_thread_init() is deprecated

上级 1bc1cb36
...@@ -75,7 +75,9 @@ srcdir (void) ...@@ -75,7 +75,9 @@ srcdir (void)
static inline void static inline void
hb_test_init (int *argc, char ***argv) hb_test_init (int *argc, char ***argv)
{ {
#if !GLIB_CHECK_VERSION(2,32,0)
g_thread_init (NULL); g_thread_init (NULL);
#endif
g_test_init (argc, argv, NULL); g_test_init (argc, argv, NULL);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册