From a867698c7fdc11da8ecaaf1d6a32fafec7d11373 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 18 Jul 2019 09:46:39 -0700 Subject: Fix compiler warnings --- pango/pango-ot-tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/pango-ot-tag.c') diff --git a/pango/pango-ot-tag.c b/pango/pango-ot-tag.c index 1cb58c88..c4f337e8 100644 --- a/pango/pango-ot-tag.c +++ b/pango/pango-ot-tag.c @@ -49,7 +49,7 @@ pango_ot_tag_from_script (PangoScript script) unsigned int count = 1; hb_tag_t tags[1]; - hb_ot_tags_from_script_and_language (hb_glib_script_to_script (script), + hb_ot_tags_from_script_and_language (hb_glib_script_to_script ((GUnicodeScript)script), HB_LANGUAGE_INVALID, &count, tags, -- cgit v1.2.1