Share via


/analyze - C/C++ Code Analysis (Windows Embedded CE 6.0)

1/5/2010

This option enables code analysis.

/analyze[:WX-]

Specifying /analyze:WX- means code analysis warnings will not be treated as errors when compiling with /WX. This switch allows you to identify defects in C/C++ programs.

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

See Also

Concepts

Unique Build Options
New Compiler Features

Other Resources

C/C++ Code Analysis