diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:17:04 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:17:04 -0700 |
commit | d0ae2a4b74903331e8b79968faf2af95e012ef65 (patch) | |
tree | 848e14de73fd147d19fcb5fc4fa65b08fce3d923 /pango/pango-utils.c | |
parent | 9117a1c6c7717287f2f8d76c5926bd2e5551c52e (diff) | |
download | pango-d0ae2a4b74903331e8b79968faf2af95e012ef65.tar.gz |
Fix a few warnings
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 61c76ad6..eb01fa61 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -984,7 +984,7 @@ _pango_shape_shape (const char *text, PangoRectangle *shape_logical, PangoGlyphString *glyphs) { - int i; + unsigned int i; const char *p; pango_glyph_string_set_size (glyphs, n_chars); |