nm: omit deprecated g_type_init() when using >= GLIB 2.36
This commit is contained in:
@@ -116,7 +116,9 @@ static bool nm_backend_init()
|
|||||||
{
|
{
|
||||||
nm_backend_t *this;
|
nm_backend_t *this;
|
||||||
|
|
||||||
|
#if !GLIB_CHECK_VERSION(2,36,0)
|
||||||
g_type_init ();
|
g_type_init ();
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !GLIB_CHECK_VERSION(2,23,0)
|
#if !GLIB_CHECK_VERSION(2,23,0)
|
||||||
if (!g_thread_supported())
|
if (!g_thread_supported())
|
||||||
|
|||||||
Reference in New Issue
Block a user