Skip to content

Fix implicit fallthrough in ip_helper_generic.c #4019

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

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

r-barnes
Copy link
Contributor

The existing code triggers warnings from -Wimplicit-fallthrough in LLVM. Adding a break fixes this.

The existing code triggers warnings from `-Wimplicit-fallthrough` in LLVM. Adding a break fixes this.
@r-barnes
Copy link
Contributor Author

Thanks, @sauwming ! Do I need to do anything else to get this merged?

@sauwming sauwming merged commit f7b30a6 into pjsip:master Jul 17, 2024
36 checks passed
@sauwming sauwming added this to the release-2.15 milestone Jul 17, 2024
@r-barnes r-barnes deleted the patch-2 branch July 19, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants