命令行警告 D9043

“compiler_option”的值“warning_level”无效;假设为“4999”;代码分析警告与警告级别无关

示例

下面的示例生成 C9043。

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