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.
'identifier' : 'attribute' attribute ignored
The compiler ignored the __fastcall
, static
, or inline
attribute for a function (level 3 warning) or data (level 2 warning).
To fix by checking the following possible causes
__fastcall
attribute with data.static
orinline
attribute with main function.