description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (levels 2 and 3) C4008 |
Compiler Warning (levels 2 and 3) C4008 |
11/04/2016 |
|
|
fb45e535-cb68-4743-80e9-a6e34cfffeca |
'identifier' : 'attribute' attribute ignored
The compiler ignored the __fastcall
, static
, or inline
attribute for a function (level 3 warning) or data (level 2 warning).
-
__fastcall
attribute with data. -
static
orinline
attribute with main function.