VirtualBox

Ignore:
Timestamp:
Aug 19, 2023 10:24:18 AM (18 months ago)
Author:
vboxsync
Message:

IPRT: Added a virtual file system view of PDB files. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/pdbvfs.cpp

    r100909 r100912  
    364364        if (RT_SUCCESS(rcRead))
    365365        {
    366             size_t cbAssert = RTSgBufAdvance(pSgBuf, cbLeftInPage); Assert(cbAssert == cbLeftInPage); RT_NOREF(cbLeftInPage);
     366            size_t cbAssert = RTSgBufAdvance(pSgBuf, cbLeftInPage); Assert(cbAssert == cbLeftInPage); RT_NOREF(cbAssert);
    367367            offFile        += cbLeftInPage;
    368368            cbToRead       -= cbLeftInPage;
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