VirtualBox

Changeset 63016 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Aug 4, 2016 10:47:52 PM (8 years ago)
Author:
vboxsync
Message:

Devices: warnings (debug builds)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r62956 r63016  
    16871687DECLINLINE(void) ohciDumpITdQueueCore(POHCI pThis, uint32_t GCPhysHead, uint32_t GCPhysTail, bool fFull)
    16881688{
     1689    RT_NOREF(fFull);
    16891690    uint32_t GCPhys = GCPhysHead;
    16901691    int cMax = 100;
     
    17241725DECLINLINE(void) ohciDumpEdList(POHCI pThis, uint32_t GCPhysHead, const char *pszMsg, bool fTDs)
    17251726{
     1727    RT_NOREF(fTDs);
    17261728    uint32_t GCPhys = GCPhysHead;
    17271729    if (pszMsg)
     
    17651767        Assert(GCPhys != GCPhysHead);
    17661768    }
    1767     Log4(("\n"));
     1769    /* not reached */
    17681770}
    17691771
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