Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: add default: case to silence compiler warning
This fails compilation on at least one platform because there is no `default:` case, despite all currently possible enum values being listed. Fix that by adding a default message that won’t be used unless V8 introduces new enum values. Refs: c7eeef5#commitcomment-39228519 PR-URL: #33451 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Richard Lau <[email protected]>
- Loading branch information