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.
C4105
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4105
 
     'identifier' : code modifiers only on function or pointer to
     function
 
     The given identifier was declared with a code modifier that can be
     used only with a function or function pointer.
 
     The code modifier was ignored.
                                    -♦-