VirtualBox

Changeset 64223 in vbox


Ignore:
Timestamp:
Oct 12, 2016 12:45:21 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111226
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/UsbMsd.cpp

    r64222 r64223  
    11411141    {
    11421142        size_t cbCopied = RTSgBufCopyToBuf(pSgBuf, pReq->pbBuf + offDst, cbCopy);
    1143         Assert(cbCopied == cbCopy);
     1143        Assert(cbCopied == cbCopy); RT_NOREF(cbCopied);
    11441144    }
    11451145
     
    11641164    {
    11651165        size_t cbCopied = RTSgBufCopyFromBuf(pSgBuf, pReq->pbBuf + offSrc, cbCopy);
    1166         Assert(cbCopied == cbCopy);
     1166        Assert(cbCopied == cbCopy); RT_NOREF(cbCopied);
    11671167    }
    11681168
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