description | title | ms.date | f1_keywords | helpviewer_keywords | ||
---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1, Error) C4229 |
Compiler Warning (level 1, Error) C4229 |
11/04/2016 |
|
|
anachronism used: modifiers on data are ignored
Using a Microsoft modifier such as __cdecl
on a data declaration is an outdated practice.
// C4229.cpp
// compile with: /W1 /LD
int __cdecl counter; // C4229