[cairo-bugs] [Bug 84569] Quartz backend build failure (git master)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 3 01:45:27 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=84569

--- Comment #5 from ~suv <suv-sf at users.sourceforge.net> ---
(In reply to Andrea Canciani from comment #4)
> Did this in http://cgit.freedesktop.org/~ranma42/cairo/commit/?id=84c68269f7e24ebaf9bf02702feeb775a5bac53e

Thx, that fixed the build. 

Remaining compiler warning (don't know how relevant it is):

  CC       cairo-quartz-image-surface.lo
cairo-quartz-image-surface.c:382:37: warning: incompatible pointer types
passing 'cairo_quartz_image_surface_t *'
      (aka 'struct cairo_quartz_image_surface *') to parameter of type 'const
cairo_surface_t *' (aka 'const struct _cairo_surface *')
      [-Wincompatible-pointer-types]
    if (! _cairo_surface_is_quartz (surface)) {
                                    ^~~~~~~
./cairo-quartz-private.h:87:50: note: passing argument to parameter 'surface'
here
_cairo_surface_is_quartz (const cairo_surface_t *surface);
                                                 ^
1 warning generated.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20141003/f197f4dc/attachment.html>


More information about the cairo-bugs mailing list