C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C4712
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 2) C4712
 
     'symbol' : used as register - loss of debugging information
 
     The given symbol was based on another symbol that was converted
     to a register, thereby losing debugging information.
 
     This warning can be avoided by not using the /Oe register-
     allocation command-line option.
                                    -♦-