VirtualBox

Changeset 34414 in vbox


Ignore:
Timestamp:
Nov 26, 2010 5:01:55 PM (14 years ago)
Author:
vboxsync
Message:

vfsmemory.cpp: warning

File:
1 edited

Legend:

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

    r34410 r34414  
    370370        else if (!RTListIsEmpty(&pThis->ExtentHead))
    371371        {
    372             size_t cbNextExtent = pThis->cbExtent;
     372            uint32_t cbNextExtent = pThis->cbExtent;
    373373            if (RT_IS_POWER_OF_TWO(cbNextExtent))
    374374                cbNextExtent *= 2;
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