[cairo] [PATCH 0/6] Fix several warnings

Bryce W. Harrington b.harrington at samsung.com
Wed Jan 29 18:14:08 PST 2014


Fixes for a bunch of little warnings that have crept into the codebase
over the past year.  None of these warning fixes are going to be
terribly controversial I think, although the compression lib fix might
warrant a closer review.  Feedback welcomed, otherwise I'll commit them
to the tree in a few days.

Bryce Harrington (6):
  test:  Replace deprecated rsvg_init() in any2ppm test
  test:  Handle error in fgets call in ps-eps test
  test:  Drop unused path variable in two recently added tests
  cairo-trace:  Stringify CAIRO_STATUS_JBIG2_GLOBAL_MISSING
  cairo-script: Error if asked to decompress with missing compression
    lib
  cairo-script: Compare status with CSI enums

 configure.ac                                 |    2 +-
 test/any2ppm.c                               |    1 -
 test/paint-with-alpha-group-clip.c           |    2 --
 test/ps-eps.c                                |    6 +++++-
 test/rotate-stroke-box.c                     |    2 --
 util/cairo-script/cairo-script-file.c        |    8 ++++----
 util/cairo-script/cairo-script-interpreter.c |    2 +-
 util/cairo-script/cairo-script-operators.c   |   16 ++++++++--------
 util/cairo-trace/trace.c                     |    1 +
 9 files changed, 20 insertions(+), 20 deletions(-)

-- 
1.7.9.5


More information about the cairo mailing list