Compiler Warning (levels 2 and 3) C4008

'identifier' : 'identifier' 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.