mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +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;
|
Header *header = (Header *)typelib->data;
|
||||||
const char *c_prefix;
|
const char *c_prefix;
|
||||||
gchar *prefix;
|
const gchar *prefix;
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
StrSplitIter split_iter;
|
StrSplitIter split_iter;
|
||||||
gsize gtype_name_len;
|
gsize gtype_name_len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user