This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (levels 2 and 3) C4008
'identifier' : 'attribute' attribute ignored
The compiler ignored the __fastcall, static, or inline attribute for a function (level 3 warning) or data (level 2 warning).
Possible causes
- __fastcall attribute with data.
- static or inline attribute with main function.