Bug 214587 - WebKit::ColorSpaceData::decode() does not need default: case
Summary: WebKit::ColorSpaceData::decode() does not need default: case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-20 21:00 PDT by David Kilzer (:ddkilzer)
Modified: 2020-07-21 14:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (1.46 KB, patch)
2020-07-20 21:03 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-07-20 21:00:25 PDT
WebKit::ColorSpaceData::decode() does not need default: case.

This prevents compiler warnings if a new enum is ever added to EncodedDataType.

<rdar://problem/65777868>
Comment 1 David Kilzer (:ddkilzer) 2020-07-20 21:03:21 PDT
Created attachment 404792 [details]
Patch v1
Comment 2 EWS 2020-07-21 14:07:45 PDT
Committed r264677: <https://trac.webkit.org/changeset/264677>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 404792 [details].