VirtualBox

Changeset 66691 in vbox for trunk


Ignore:
Timestamp:
Apr 27, 2017 2:45:57 PM (8 years ago)
Author:
vboxsync
Message:

fatvfs.cpp: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/filesystem/fatvfs.cpp

    r66690 r66691  
    22282228{
    22292229    Assert(uWriteLock == UINT32_C(0x80000001));
     2230    RT_NOREF(uWriteLock);
    22302231    if (pThis->fFullyBuffered)
    22312232    {
     
    33883389        Assert(RTListIsEmpty(&pThis->pRootDir->OpenChildren));
    33893390        uint32_t cRefs = RTVfsDirRelease(pThis->hVfsRootDir);
    3390         Assert(cRefs == 0);
     3391        Assert(cRefs == 0); NOREF(cRefs);
    33913392        pThis->hVfsRootDir = NIL_RTVFSDIR;
    33923393        pThis->pRootDir    = NULL;
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