build: enable -Wincompatible-pointer-types

This commit is contained in:
Christoph Reiter 2018-07-29 14:47:58 +02:00
parent 16f2c2ad0b
commit 9018e7b13c

View File

@ -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;