编译器警告(等级 1)C4085

杂注参数应为“on”或者“off”

杂注需要 onoff 参数。 将忽略杂注。

下面的示例生成 C4085:

// C4085.cpp
// compile with: /W1 /LD
#pragma optimize( "t", maybe )  // C4085