VirtualBox

Changeset 3313 in vbox for trunk/src


Ignore:
Timestamp:
Jun 27, 2007 11:42:44 AM (18 years ago)
Author:
vboxsync
Message:

gcc-4.2 warnings

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r3145 r3313  
    636636
    637637#ifdef DEBUG
    638     char *pszInstr;
     638    const char *pszInstr;
    639639
    640640    if (pCpu->pCurInstr->opcode == OP_XOR)
     
    743743
    744744#ifdef DEBUG
    745     char *pszInstr;
     745    const char *pszInstr;
    746746
    747747    if (pCpu->pCurInstr->opcode == OP_SUB)
     
    862862
    863863#ifdef DEBUG
    864     char *pszInstr;
     864    const char *pszInstr;
    865865
    866866    if (pCpu->pCurInstr->opcode == OP_BTR)
  • trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp

    r3015 r3313  
    661661                        LogFlow(("Stack %VGv pos %02d: %08x\n", &CTXSUFF(pTrapStack)[j], j, CTXSUFF(pTrapStack)[j]));
    662662                    }
    663                     char *pszPrefix = "";
    664                     char *szEFlags = "";
     663                    const char *pszPrefix = "";
     664                    const char *szEFlags = "";
    665665
    666666                    LogFlow((   "%seax=%08x %sebx=%08x %secx=%08x %sedx=%08x %sesi=%08x %sedi=%08x\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette