Disable new warning -Wswitch-default.
This warning appeared sometime after Clang 18.0.0.
This issues a warning even if a switch covers every enum value.
Fixing it properly would require retrofitting a lot of
`default: break;` into the codebase, and I'm not convinced it
would be an improvement.
Change-Id: Idcdb88260c0ed94b934680b2eb8358aa3bbdc0ab
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/808135
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Herb Derby <herb@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Herb Derby <herb@google.com>
1 file changed