Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
anachronism used: modifiers on data are ignored
Remarks
Using a Microsoft modifier such as __cdecl on a data declaration is an outdated practice.
Example
The following example generates C4229:
// C4229.cpp
// compile with: /W1 /LD
int __cdecl counter; // C4229