warningLevelOption Enumeration
Visual Studio 2015
Used by the WarnLevel property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| warningLevel_0 | Ignore all warnings. | |
| warningLevel_1 | (Default) Ignore all but the most severe warnings. | |
| warningLevel_2 | Medium level warning messages. | |
| warningLevel_3 | Low level warning messages. | |
| warningLevel_4 | Show informational-level warning messages; not valid for linker. |
See /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) for more information.
Show: