[webkit-reviews] review granted: [Bug 30909] 10.6 SDK building for 10.5: GraphicsContextCG.cpp:1056: warning: enumeration value 'kCGInterpolationMedium' not handled in switch : [Attachment 42129] 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:09:05 PDT 2009


Eric Seidel <eric at webkit.org> has granted Mark Mentovai <mark at chromium.org>'s
request 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 42129: Provide a case kCGInterpolationMedium: label if the 10.6 SDK
is in use
https://bugs.webkit.org/attachment.cgi?id=42129&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
Looks good to me.  The goal is to avoid using default: as it masks warnings
like this which are  often useful (although perhaps not in this case).


More information about the webkit-reviews mailing list