VirtualBox

Changeset 9490 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 6, 2008 2:54:36 PM (17 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

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

    r9418 r9490  
    164164        u32Seed = 362436069;
    165165    pCtx->x = u32Seed;
    166     pCtx->y = 17280675555674358941ll;
    167     pCtx->z = 6376492577913983186ll;
    168     pCtx->w = 9064188857900113776ll;
     166    pCtx->y = 17280675555674358941ULL;
     167    pCtx->z = 6376492577913983186ULL;
     168    pCtx->w = 9064188857900113776ULL;
    169169    pCtx->c = 123456789;
    170170    pCtx->u32x = 2282008;
     
    495495
    496496    RTPrintf("Merging diff into base..\n");
    497     rc = VDMerge(pVD, -1, 0, NULL, NULL);
     497    rc = VDMerge(pVD, (unsigned)-1, 0, NULL, NULL);
    498498    CHECK("VDMerge()");
    499499
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