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 msvc analyzer error on goto label on rfc5769check #1486

Merged
merged 1 commit into from
May 5, 2024

Conversation

ggarber
Copy link
Contributor

@ggarber ggarber commented May 4, 2024

rfc5769check.c file is using ERROR as a label for gotos but apparently that name is already used for a constant and msvc analyzer detects it as an error.

Rename it to "err" that is already used in other parts of the codebase and also more consistent in terms of casing.

@ggarber ggarber merged commit 14e6d16 into master May 5, 2024
75 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