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

Commits on Sep 27, 2024

  1. 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.
    
    PiperOrigin-RevId: 679751558
    vigneshvg authored and copybara-github committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    598e17d View commit details
    Browse the repository at this point in the history