编译器警告(等级 1)C4230

使用过时:修饰符/限定符穿插;限定符被忽略

在 Microsoft 修饰符(例如 __cdecl)之前使用限定符是一种过时的做法。

示例

// C4230.cpp
// compile with: /W1 /LD
int __cdecl const function1();   // C4230 const ignored