Skip to content

Replace case range with explicit case labels in OIDTokenUtilities.#963

Open
w-goog wants to merge 2 commits into
masterfrom
fix-xcode-26_4-case-labels
Open

Replace case range with explicit case labels in OIDTokenUtilities.#963
w-goog wants to merge 2 commits into
masterfrom
fix-xcode-26_4-case-labels

Conversation

@w-goog

@w-goog w-goog commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Addresses issue #947.

Case ranges were added to C2y support in Clang 20.1.0 (release notes), and so they now receive a warning. Since we use the warnings-as-errors flag, this creates a compilation failure on the 26.4+ builds that ship Clang 21.0.0 (observed by xcodereleases).

@w-goog w-goog requested a review from brnnmrls July 6, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants