Command-Line Warning D9043

invalid value 'warning_level' for 'compiler_option'; assuming '4999'; Code Analysis warnings are not associated with warning levels

Example

The following sample generates C9043.

// D9043.cpp
// compile with: /analyze /w16001
// D9043 warning expected
int main() {}