/analyze (Enterprise Code Analysis)

Enable code analysis.

/analyze[:WX-]

Remarks

Specifying /analyze:WX- means code analysis warnings will not be treated as errors when compiling with /WX. See /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) for more information.

/analyze is only available in Enterprise (team development) versions for x86 compilers.

For more information on code analysis, see Code Analysis for C/C++ Overview and Code Analysis for C/C++ Warnings.

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

  2. Expand the Configuration Properties node.

  3. Expand the Code Analysis node.

  4. Select the General property page.

  5. Modify one or more of the Code Analysis properties.

To set this compiler option programmatically

See Also

Reference

Compiler Options

Setting Compiler Options