[webkit-reviews] review requested: [Bug 30909] 10.6 SDK building for 10.5: GraphicsContextCG.cpp:1056: warning: enumeration value 'kCGInterpolationMedium' not handled in switch : [Attachment 42128] Provide a case kCGInterpolationMedium: label if the 10.6 SDK is in use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 13:05:55 PDT 2009


Mark Mentovai <mark at chromium.org> has asked  for review:
Bug 30909: 10.6 SDK building for 10.5: GraphicsContextCG.cpp:1056: warning:
enumeration value 'kCGInterpolationMedium' not handled in switch
https://bugs.webkit.org/show_bug.cgi?id=30909

Attachment 42128: Provide a case kCGInterpolationMedium: label if the 10.6 SDK
is in use
https://bugs.webkit.org/attachment.cgi?id=42128&action=review

------- Additional Comments from Mark Mentovai <mark at chromium.org>
I don't like this as much because it gratuitously makes codegen dependent on
the SDK selected.

Here it is if you prefer it.


More information about the webkit-reviews mailing list