cairo_ft_font.c: In function `_cairo_ft_font_text_to_glyphs': cairo_ft_font.c:562: warning: passing arg 3 of `_utf8_to_ucs4' from incompatible pointer type Caused by passing int* into size_t* Suggested fix, change size_t* to int* in _utf8_to_ucs4 patch to follow This is the only remaining warning from gcc4. Congrats :-)
Created attachment 1716 [details] [review] change size_t* to int* in _utf8_to_ucs4
Thanks again John. I've committed this patch.
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.