VirtualBox

Ignore:
Timestamp:
Oct 19, 2011 11:08:50 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74450
Message:

IPRT: Fixed unused variable warnings.

Location:
trunk/src/VBox/Runtime/common/dbg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgas.cpp

    r33663 r39032  
    758758     */
    759759    PAVLPVNODECORE pNode = RTAvlPVRemove(&pDbgAs->ModTree, pMod->Core.Key);
    760     Assert(pNode == &pMod->Core);
     760    Assert(pNode == &pMod->Core); NOREF(pNode);
    761761
    762762    /*
     
    793793    /* remove from the tree */
    794794    PAVLRUINTPTRNODECORE pNode = RTAvlrUIntPtrRemove(&pDbgAs->MapTree, pMap->Core.Key);
    795     Assert(pNode == &pMap->Core);
     795    Assert(pNode == &pMap->Core); NOREF(pNode);
    796796
    797797    /* unlink */
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp

    r38620 r39032  
    19661966                                uint64_t uSeg = rtDwarfCursor_GetVarSizedU(pCursor, cbInstr - 1, UINT64_MAX);
    19671967                                Log2(("%08x: DW_LNE_set_segment: %ll#x - Watcom Extension\n", offOpCode, uSeg));
     1968                                NOREF(uSeg);
    19681969                                /** @todo make use of this? */
    19691970                            }
Note: See TracChangeset for help on using the changeset viewer.

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