다음을 통해 공유


컴파일러 경고(수준 1) C4230

anachronism used: modifiers/qualifiers interspersed; 한정자는 무시됨

Microsoft 한정자 앞에 한정자를 __cdecl 사용하는 것은 오래된 방식입니다.

예제

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