Compiler Warning (level 1) C4229
Visual Studio 2005
Error Message
anachronism used : modifiers on data are ignoredUsing a Microsoft modifier such as __cdecl on a data declaration is an outdated practice.
Example
// C4229.cpp // compile with: /W1 /LD int __cdecl counter; // C4229 cdecl ignored