MSC_WARNING_LEVEL Article 05/04/2011 Use the MSC_WARNING_LEVEL macro to set the warning level to use on the compiler.In the Windows Driver Kit (WDK), the default value is /W3.If your code is generating too many warnings, you might want to change MSC_WARNING_LEVEL to /W1....