Merge branch 'fix_more_warnings' into 'master'

Fix more warnings

See merge request GNOME/glib!1773
This commit is contained in:
Philip Withnall
2020-12-16 11:45:41 +00:00
6 changed files with 28 additions and 16 deletions

View File

@@ -1431,6 +1431,7 @@ g_param_type_register_static (const gchar *name,
0, /* instance_size */
16, /* n_preallocs */
NULL, /* instance_init */
NULL, /* value_table */
};
ParamSpecClassInfo *cinfo;