summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-ot-layout.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-04 13:57:41 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-04 14:05:37 -0400
commitb2eb172416f9ad32a60bb33a26df6bf40ae69453 (patch)
tree47dd8e8618c838aaa3fc2c2a3427f26c2d13452c /pango/opentype/hb-ot-layout.cc
parent36c73171738ce9e51c370ad54753a8f882172e75 (diff)
downloadpango-b2eb172416f9ad32a60bb33a26df6bf40ae69453.tar.gz
[HB] Fix mix warnings
Diffstat (limited to 'pango/opentype/hb-ot-layout.cc')
-rw-r--r--pango/opentype/hb-ot-layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-ot-layout.cc b/pango/opentype/hb-ot-layout.cc
index eef768d1..846b89a1 100644
--- a/pango/opentype/hb-ot-layout.cc
+++ b/pango/opentype/hb-ot-layout.cc
@@ -217,7 +217,7 @@ _hb_ot_layout_set_glyph_class (hb_face_t *face,
hb_ot_layout_t *layout = &face->ot_layout;
hb_ot_layout_class_t gdef_klass;
- int len = layout->new_gdef.len;
+ unsigned int len = layout->new_gdef.len;
if (HB_UNLIKELY (glyph > 65535))
return;