Skip to content

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

Merged
w-goog merged 2 commits into
masterfrom
fix-xcode-26_4-case-labels
Jul 13, 2026
Merged

Replace case range with explicit case labels in OIDTokenUtilities.#963
w-goog merged 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
@w-goog w-goog merged commit bdb21ab into master Jul 13, 2026
10 checks passed
@w-goog w-goog deleted the fix-xcode-26_4-case-labels branch July 13, 2026 18:49
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