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

Disable warning C6387 coming from wil in win_http_transport due to SAL annotation #4132

Merged
merged 4 commits into from
Nov 28, 2022

Conversation

ahsonkhan
Copy link
Member

@ahsonkhan ahsonkhan commented Nov 28, 2022

Fixes #4131

With the vcpkg baseline update of dependencies like wil (from #4100), it introduced this warning (treated as error), which is causing nightly run pipelines to fail on Windows:
https://learn.microsoft.com/en-us/cpp/code-quality/c6387?view=msvc-170

For example:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2013774&view=logs&j=d6204d4c-df7b-58eb-f6e9-300f4a1ec51a&t=9dd83b26-fa53-5361-4278-635b5975bfe8&l=128

Disabling it, similar to #4054

@ahsonkhan
Copy link
Member Author

/azp run cpp - storage

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ahsonkhan
Copy link
Member Author

/azp run cpp - core

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@LarryOsterman
Copy link
Member

LGTM. And thank you.

@ahsonkhan
Copy link
Member Author

/azp run cpp - core

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ahsonkhan ahsonkhan merged commit 928c9cf into main Nov 28, 2022
@ahsonkhan ahsonkhan deleted the ahsonkhan-patch-1 branch November 28, 2022 20:20
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.

CI failed when building azure-core
3 participants