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 crash if "platform": "mips64" is used #1454

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

autoantwort
Copy link
Contributor

Since #1226 there is a mips64 identifier, but it is not handled which causes vcpkg to crash.

Comment on lines -587 to +589
default: Checks::unreachable(VCPKG_LINE_INFO);
}
Checks::unreachable(VCPKG_LINE_INFO);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

So that this causes a warning and it catched by -Werror

@BillyONeal BillyONeal merged commit 2e275d7 into microsoft:main Jul 11, 2024
5 checks passed
@BillyONeal
Copy link
Member

Thanks!

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