[cairo-bugs] [Bug 30277] Compilation failure due to ffs() when compiling for MinGW
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jun 25 08:06:06 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=30277
Andrea Canciani <ranma42 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Andrea Canciani <ranma42 at gmail.com> 2011-06-25 08:06:04 PDT ---
An alternative fix (that removes the usage of ffs on win32) has been pushed to
master:
commit f46ba56d5b8c54be5f0379aca204c0ce05d0f58a
Author: Andrea Canciani <ranma42 at gmail.com>
Date: Sat Jun 25 15:35:48 2011 +0200
Do not open-code freed-pool
Reuse the freed-pool system to reduce allocation pressure of context
creation/destruction.
As a side effect, this removes the use of ffs() on Win32, cleaning up
some MSVC-specific code and fixing a mingw-related build issue.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=30277
--
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