VCMidlTool::WarningLevel Property
Visual Studio 2015
Gets or sets a value indicating how strictly the compiler checks for potentially suspect constructs.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
property midlWarningLevelOption WarningLevel { midlWarningLevelOption get(); void set(midlWarningLevelOption value); }
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine::midlWarningLevelOptionA midlWarningLevelOption enumeration.
WarningLevel exposes the functionality of the C++ compiler's /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) option and the MIDL compiler's /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) option.
Use the warningLevelOption enumeration to change the value of the VCCLCompilerTool property.
Use the midlWarningLevelOption enumeration to change the value of the VCMidlTool property.
Show: