[cairo] [PATCH 0/8] More warnings cleanups.

Bryce W. Harrington b.harrington at samsung.com
Fri Feb 21 18:07:06 PST 2014


A bit of gardening of deprecated function calls, recently added enums
that weren't recognized in some corners of the codebase, and changing
ints to unsigned ints in a few places so loops are guaranteed to
terminate.  Nothing very exciting but it cuts our warnings count down
by quite a bit on my machines.

Barring any feedback, will go ahead and apply this set next week.


Bryce Harrington (8):
  perf: Guarantee path width is non-negative
  test: Quell warning for inclusion of old rsvg header files
  test: Quell warning for depricated g_type_init()
  xml: Don't assert on unsupported mesh and raster source patterns
  xml: Drop unused variable
  xml: constify source objects for emit routines
  mesh: Avoid theoretical infinite loops
  gl: Handle PIXMAN_a8r8g8b8_sRGB format in switch

 perf/micro/hatching.c               |    4 ++--
 src/cairo-gl-surface.c              |    3 +++
 src/cairo-mesh-pattern-rasterizer.c |    6 +++---
 src/cairo-xml-surface.c             |    9 ++++++---
 test/any2ppm.c                      |    4 ++++
 5 files changed, 18 insertions(+), 8 deletions(-)

-- 
1.7.9.5


More information about the cairo mailing list