anachronism used : modifiers on data are ignored
An anachronism is an outdated usage. Here it refers to using a Microsoft modifier such as __cdecl on a data declaration. In this example, __cdecl is ignored:
int __cdecl counter;