VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 2:51:49 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109001
Message:

IPRT: More MSC level 4 warning fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp

    r59827 r62448  
    583583            {
    584584
    585                 pBufDesc->off      = RTVfsIoStrmTell(pThis->hIos);
    586                 size_t cbRead      = 0;
    587                 size_t cbToRead    = pThis->cbBuffer;
     585                pBufDesc->off = RTVfsIoStrmTell(pThis->hIos);
     586                size_t cbRead = 0;
    588587                rc = RTVfsIoStrmRead(pThis->hIos, pBufDesc->pbBuffer, pThis->cbBuffer, true /*fBlocking*/, &cbRead);
    589588                if (RT_SUCCESS(rc))
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