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.
C4147
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4147
 
     'identifier' : 'modifier' ignored on pointer and reference
     declarations
 
     The given pointer or reference declaration specified a modifier
     that has no effect. The modifier was ignored.
 
     The __loadds, __saveregs, and __export modifiers affect the code
     generated within a function but do not affect the code generated
     to call a function.
                                    -♦-