VCMidlTool::WarnAsError Property
Visual Studio 2015
Gets or sets a value indicating whether the compiler treats all warnings as errors.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if the compiler treats all warnings as errors; otherwise, false.
WarnAsError exposes the functionality of the C++ compiler's /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) option and the MIDL compiler's MIDL Property Pages: General option.
Show: