[cairo-bugs] [Bug 93281] _cairo_surface_is_snapshot() return error result on armcc on RVDS/MDK

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 7 09:43:28 PST 2015


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

--- Comment #1 from Bill Spitzak <spitzak at gmail.com> ---
It sure looks like the compiler is wrong in casting the int to the enum, rather
than the enum to an int.

However this is wrong anyway, as the resulting if will always be false. I think
the value has to be added to the enum declaration. Or change the value to
something less than 256.

-- 
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/20151207/6dec1678/attachment.html>


More information about the cairo-bugs mailing list