summaryrefslogtreecommitdiff
path: root/pango/pango-ot-tag.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-18 09:46:39 -0700
committerMatthias Clasen <mclasen@redhat.com>2019-07-18 09:46:39 -0700
commita867698c7fdc11da8ecaaf1d6a32fafec7d11373 (patch)
tree95df2547f8a9684f31e5795feec2441525fc4906 /pango/pango-ot-tag.c
parent4b391df696fe4887ebf3390a77a23293bf8b495c (diff)
downloadpango-a867698c7fdc11da8ecaaf1d6a32fafec7d11373.tar.gz
Fix compiler warnings
Diffstat (limited to 'pango/pango-ot-tag.c')
-rw-r--r--pango/pango-ot-tag.c2
1 files changed, 1 insertions, 1 deletions
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,