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.