C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C4008
                                             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.
                                    -♦-