glib: remove invocations of g_type_init()
g_type_init() has been deprecated (and also marked with the attribute 'deprecated') since glib 2.36 as the type system is automatically initialized. Since the minimum version of glib required by ModemManager is 2.36, calling g_type_init() isn't necessarily in the ModemManager code.
This commit is contained in:

committed by
Aleksander Morgado

parent
f20f2d0428
commit
31655bb5a5
@@ -142,7 +142,6 @@ int main (int argc, char **argv)
|
||||
{
|
||||
setlocale (LC_ALL, "");
|
||||
|
||||
g_type_init ();
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add_func ("/MM/altair/parse_bands", test_parse_bands);
|
||||
|
Reference in New Issue
Block a user