VirtualBox

Changeset 26249 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 5, 2010 12:01:40 AM (15 years ago)
Author:
vboxsync
Message:

ldr.cpp: warning.

File:
1 edited

Legend:

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

    r21337 r26249  
    123123        if (RT_SUCCESS(rc))
    124124        {
    125             *ppvValue = (void *)Value;
     125            *ppvValue = (void *)(uintptr_t)Value;
    126126            if ((uintptr_t)*ppvValue != Value)
    127127                rc = VERR_BUFFER_OVERFLOW;
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