mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
build: enable -Wincompatible-pointer-types
This commit is contained in:
parent
16f2c2ad0b
commit
9018e7b13c
@ -324,7 +324,7 @@ g_typelib_matches_gtype_name_prefix (GITypelib *typelib,
|
||||
{
|
||||
Header *header = (Header *)typelib->data;
|
||||
const char *c_prefix;
|
||||
gchar *prefix;
|
||||
const gchar *prefix;
|
||||
gboolean ret = FALSE;
|
||||
StrSplitIter split_iter;
|
||||
gsize gtype_name_len;
|
||||
|
Loading…
Reference in New Issue
Block a user