◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (levels 2 and 3) C4008 'identifier' : 'attribute' attribute ignored The __fastcall, static, or inline attribute for the given identifier was ignored. Data cannot be defined with the __fastcall attribute, and the main function cannot be defined with the static or inline attribute. This is a level 2 warning for data and a level 3 warning for functions. -♦-