VirtualBox

Changeset 62741 in vbox for trunk/src


Ignore:
Timestamp:
Jul 30, 2016 12:50:15 PM (8 years ago)
Author:
vboxsync
Message:

Storage: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VCICache.cpp

    r62737 r62741  
    16881688    LogFlowFunc(("pBackendData=%#p uOffset=%llu cbToWrite=%zu pIoCtx=%#p pcbWriteProcess=%#p\n",
    16891689                 pBackendData, uOffset, cbToWrite, pIoCtx, pcbWriteProcess));
    1690     //PVCICACHE pCache = (PVCICACHE)pBackendData;
     1690    PVCICACHE pCache = (PVCICACHE)pBackendData;
    16911691    int rc = VINF_SUCCESS;
    16921692    uint64_t cBlocksToWrite = VCI_BYTE2BLOCK(cbToWrite);
    16931693    //uint64_t offBlockAddr  = VCI_BYTE2BLOCK(uOffset);
    16941694
    1695     AssertPtr(pCache);
     1695    AssertPtr(pCache); NOREF(pCache);
    16961696    Assert(uOffset % 512 == 0);
    16971697    Assert(cbToWrite % 512 == 0);
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