Which means "suppress generated code results",

I am using the Visual Studio 2008 command system. I have a C project. I went to the project properties and in the code analysis section. I wonder what it means

`suppress results from generated code` 

Can someone explain what this option does when I install it or not? Thanks

+6
source share
1 answer

The "Suppress generated code results" checkbox on the project code analysis properties page allows you to choose whether you want to see analysis code warnings from code generated by a third-party tool.

Link: http://msdn.microsoft.com/en-us/library/dd742298.aspx

+5
source

Source: https://habr.com/ru/post/894270/


All Articles