description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4230 |
Compiler Warning (level 1) C4230 |
11/04/2016 |
|
|
a4be8729-74b6-44df-a5ea-e3f45aad0f8f |
anachronism used : modifiers/qualifiers interspersed; qualifier ignored
Using a qualifier before a Microsoft modifier such as __cdecl
is an outdated practice.
// C4230.cpp
// compile with: /W1 /LD
int __cdecl const function1(); // C4230 const ignored