/w, /W0, /W1, /W2, /W3, /W4, /w1, /w2, /w3, /w4, /Wall, /wd ...
docs.microsoft.com › compiler-option-warning-levelFeb 18, 2022 · Specifies the level of warnings to be generated by the compiler. Valid warning levels range from 0 to 4: /W0 suppresses all warnings. It's equivalent to /w. /W1 displays level 1 (severe) warnings. /W1 is the default setting in the command-line compiler. /W2 displays level 1 and level 2 (significant) warnings. /W3 displays level 1, level 2, and ...