[cairo-bugs] [Bug 35131] Cannot build in MSVC++ 2010

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 9 01:06:03 PST 2011


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

--- Comment #2 from M Joonas Pihlaja <jpihlaja at cc.helsinki.fi> 2011-03-09 01:06:02 PST ---
Not having access to a windows development platform I can't help you regarding
the actual problem with CAIRO_ENSURE_UNIQUE, but the negation warnings in
wideint.h are MSVC being overly panicky.  The loss of precision warning however
is valid, and in fact looking up the sole user of the function involved points
out a bug in either function naming or intention (cairo_fixed_mul_div_floor
does not actually floor; it's not essentially functionally different from
cairo_fixed_mul_div.)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list