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

[vcpkg] Fix #13094 by avoiding the comma operator. #13117

Merged
merged 3 commits into from
Aug 25, 2020

Conversation

BillyONeal
Copy link
Member

@BillyONeal BillyONeal commented Aug 24, 2020

Drive-by remove unused parenthesis and remove macro inversion in metrics.cpp.

Fixes #13094.

Drive-by remove unused parenthesis and remove macro inversion in metrics.cpp.
@BillyONeal BillyONeal added category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) info:internal This PR or Issue was filed by the vcpkg team. labels Aug 24, 2020
@BillyONeal BillyONeal merged commit 64cbded into microsoft:master Aug 25, 2020
@BillyONeal BillyONeal deleted the unused_variables branch August 25, 2020 21:49
strega-nil pushed a commit to strega-nil/vcpkg that referenced this pull request May 5, 2021
…t#13117)

* Fix microsoft#13094 by avoiding the comma operator.

Drive-by remove unused parenthesis and remove macro inversion in metrics.cpp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:vcpkg-bug The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`) info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vcpkg broken build due to unused variable syntax
3 participants