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

[dimcli] Fix build error C2220 #7651

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

LilyWangL
Copy link
Contributor

Building dimcli:x64-windows failed in an internal version of Visual Studio. This issue could be fixed by modifying boolean to in_boolean.

F:\v-8-12\vcpkg\buildtrees\dimcli\src\v4.1.0-4b0780b74d\libs\dimcli\cli.cpp(391): error C2220: the following warning is treated as an error [F:\v-8-12\vcpkg\buildtrees\dimcli\x64-windows-dbg\dimcli.vcxproj]
F:\v-8-12\vcpkg\buildtrees\dimcli\src\v4.1.0-4b0780b74d\libs\dimcli\cli.cpp(391): warning C4459: declaration of 'boolean' hides global declaration [F:\v-8-12\vcpkg\buildtrees\dimcli\x64-windows-dbg\dimcli.vcxproj]

@LilyWangL LilyWangL added the info:internal This PR or Issue was filed by the vcpkg team. label Aug 12, 2019
@LilyWangL LilyWangL marked this pull request as ready for review August 12, 2019 08:09
@Rastaban Rastaban merged commit e6a21e1 into microsoft:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants