[Webkit-unassigned] [Bug 30909] 10.6 SDK building for 10.5: GraphicsContextCG.cpp:1056: warning: enumeration value 'kCGInterpolationMedium' not handled in switch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 13:49:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30909





--- Comment #15 from Mark Rowe (bdash) <mrowe at apple.com>  2009-10-29 13:49:57 PDT ---
(In reply to comment #14)
> The key problem here is that WebCore doesn't typically seem to distinguish
> between SDK (MAX_ALLOWED) and deployment target (MIN_REQUIRED).  I suspect that
> this is because within the Apple build, the SDK and the deployment target are
> always (or usually) equal.  That's not always the case, though.

The existing code, and the version checks within, is written to the assumption
that the binary will run on the same OS version that it was built on.  Bug
30526 is an attempt to move away from that assumption in a more general
fashion.

> Is that clearer?

Thanks.  This doesn’t match any of our existing HAVE_ / USE_ macros but it
seems sufficiently obvious that it is a good way to approach this particular
problem.

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


More information about the webkit-unassigned mailing list