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

decoder: Avoid unreachable code #301

Merged
merged 1 commit into from
Sep 27, 2024
Merged

decoder: Avoid unreachable code #301

merged 1 commit into from
Sep 27, 2024

Conversation

copybara-service[bot]
Copy link

decoder: Avoid unreachable code

If all the features are enabled, then the return statement
at the end of the function becomes unreachable code. Avoid it
by adding specific returns when certain paths are unavailable.

@copybara-service copybara-service bot force-pushed the test_679731916 branch 3 times, most recently from e5dab3c to 6f09306 Compare September 27, 2024 22:28
If all the features are enabled, then the return statement
at the end of the function becomes unreachable code. Avoid it
by adding specific returns when certain paths are unavailable.

PiperOrigin-RevId: 679751558
@copybara-service copybara-service bot merged commit 598e17d into main Sep 27, 2024
@copybara-service copybara-service bot deleted the test_679731916 branch September 27, 2024 22:35
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.

1 participant