Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid switch-case syntax resulting from nvdrv macro expansion #242

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

nickbeth
Copy link
Member

@nickbeth nickbeth commented Jan 29, 2024

Versions of Clang newer than the one included in the latest NDK (26.1.x) complain about case labels not being reachable when they're inside ({ }). I'm not sure why older versions didn't care about it.

Copy link
Member

@TheASVigilante TheASVigilante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine, though i'm not sure why it was like that in the first place

@nickbeth nickbeth merged commit 0b0e48c into master Jan 29, 2024
@nickbeth nickbeth deleted the nvdrv-syntax branch January 29, 2024 16:19
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