编译器警告(级别 1,错误)C4141

“modifier”:使用了多次

示例

// C4141.cpp
// compile with: /W1 /LD
inline inline void func ();   // C4141