Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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() {}