VirtualBox

Ignore:
Timestamp:
Jun 4, 2009 8:55:28 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48120
Message:

Runtime/rand: compiler warnings / typecast fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rand/randparkmiller.cpp

    r11523 r20256  
    118118static DECLCALLBACK(int) rtRandParkMillerSeed(PRTRANDINT pThis, uint64_t u64Seed)
    119119{
    120     pThis->u.ParkMiller.u32Ctx = u64Seed;
     120    pThis->u.ParkMiller.u32Ctx = (uint32_t)u64Seed;
    121121    pThis->u.ParkMiller.u32Bits = 0;
    122122    pThis->u.ParkMiller.cBits = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette