Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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