VirtualBox

Ignore:
Timestamp:
Nov 30, 2010 1:14:14 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Visual C++ warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/memcache.cpp

    r33278 r34507  
    528528        Assert(iObj * pThis->cbObject == offObj);
    529529        Assert(iObj < pThis->cPerPage);
    530         AssertReturnVoid(ASMBitTest(pPage->pbmAlloc, iObj));
     530        AssertReturnVoid(ASMBitTest(pPage->pbmAlloc, (int32_t)iObj));
    531531# endif
    532532
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