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 SA for Visual Studio 16.8 #8551

Merged
3 commits merged into from
Dec 11, 2020
Merged

Fix SA for Visual Studio 16.8 #8551

3 commits merged into from
Dec 11, 2020

Conversation

DHowett
Copy link
Member

@DHowett DHowett commented Dec 10, 2020

I added enum class to one thing and decided that that was quite enough
before disabling the enum class warning.

Looks like 16.8 made more map/vector operations noexcept, so we have to
re-annotate to remain compliant.

I added `enum class` to one thing and decided that that was quite enough
before disabling the `enum class` warning.

Looks like 16.8 made more map/vector operations noexcept, so we have to
re-annotate to remain compliant.
@DHowett
Copy link
Member Author

DHowett commented Dec 10, 2020

Some projects were selected to build in the Release configuration during Audit Mode. I decided that that was incorrect.

Copy link
Member

@zadjii-msft zadjii-msft left a comment

Choose a reason for hiding this comment

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

k thanks VS

@DHowett DHowett added the AutoMerge Marked for automatic merge by the bot when requirements are met label Dec 11, 2020
@ghost
Copy link

ghost commented Dec 11, 2020

Hello @DHowett!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 8 hours, a condition that will be fulfilled in about 37 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit eb2be37 into main Dec 11, 2020
@ghost ghost deleted the dev/duhowett/fixsa168 branch December 11, 2020 05:04
mpela81 pushed a commit to mpela81/terminal that referenced this pull request Jan 28, 2021
I added `enum class` to one thing and decided that that was quite enough
before disabling the `enum class` warning.

Looks like 16.8 made more map/vector operations noexcept, so we have to
re-annotate to remain compliant.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants