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

Add default case for non-exhaustive switch statement #117

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

trevorknight
Copy link
Contributor

This switch statement raises -Wswitch warning because it does not have cover all values of the enum and has no default.

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wswitch

Copy link
Collaborator

@yilun-zhangs yilun-zhangs left a comment

Choose a reason for hiding this comment

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

looks fine to me

@yilun-zhangs yilun-zhangs merged commit b60e719 into AOMediaCodec:main Aug 5, 2024
3 checks passed
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