Merge pull request #1949 from dbnicholson/no-g-gnuc-function
repo: Stop using deprecated G_GNUC_FUNCTION
This commit is contained in:
commit
7661f3e809
|
|
@ -1548,8 +1548,8 @@ keyfile_set_from_vardict (GKeyFile *keyfile,
|
||||||
g_key_file_set_string_list (keyfile, section, key, strv_child, len);
|
g_key_file_set_string_list (keyfile, section, key, strv_child, len);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
g_critical ("Unhandled type '%s' in " G_GNUC_FUNCTION,
|
g_critical ("Unhandled type '%s' in %s",
|
||||||
(char*)g_variant_get_type (child));
|
(char*)g_variant_get_type (child), G_STRFUNC);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue