Building cairo-1.12.8 on OS X 10.6 against pixman-0.28.2, I get this warning: cairo-image-surface.c: In function '_cairo_format_from_pixman_format': cairo-image-surface.c:93: warning: enumeration value 'PIXMAN_a8r8g8b8_sRGB' not handled in switch Appears to have been added to pixman here: http://cgit.freedesktop.org/pixman/commit/?id=7460457f80b1482338318f0ddcdf5311659fae7b
commit 1d00550784d052e9b72b3c91d5769f771033037c Author: Uli Schlachter <psychon@znc.in> Date: Sun Sep 15 14:50:20 2013 +0200 image: Handle PIXMAN_a8r8g8b8_sRGB in switch Fixes the following compiler warning: cairo-image-surface.c: In function '_cairo_format_from_pixman_format': cairo-image-surface.c:93: warning: enumeration value 'PIXMAN_a8r8g8b8_sRGB' not handled in switch Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=58726 Signed-off-by: Uli Schlachter <psychon@znc.in>
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.