[cairo] [PATCH] pdf: Quell warning comparing cairo_status_t and _cairo_int_status types
Chris Wilson
chris at chris-wilson.co.uk
Thu Jun 20 03:14:01 PDT 2013
The goal here is to use cairo_int_status_t consistently for internal
error reporting, with the cast to cairo_status_t on the boundary (e.g.
when it gets reported via a public function, or set on an object). At
the boundary, we then check that the error is a legal public
cairo_status_t.
So I dropped this patch in favour of converting function returns to
cairo_int_status_t.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the cairo
mailing list