VirtualBox

Ignore:
Timestamp:
Aug 6, 2016 4:20:00 PM (8 years ago)
Author:
vboxsync
Message:

GA/NT: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r63103 r63105  
    12501250        int rc2 = VbglR3DnDGHSendAckPending(&mDnDCtx,
    12511251                                            uDefAction, uAllActions,
    1252                                             strFormats.c_str(), strFormats.length() + 1 /* Include termination */);
     1252                                            strFormats.c_str(), (uint32_t)strFormats.length() + 1 /* Include termination */);
    12531253        if (RT_FAILURE(rc2))
    12541254        {
     
    13271327            /** @todo Respect uDefAction. */
    13281328            void *pvData    = pDropTarget->DataMutableRaw();
    1329             uint32_t cbData = pDropTarget->DataSize();
     1329            uint32_t cbData = (uint32_t)pDropTarget->DataSize();
     1330            Assert(cbData == pDropTarget->DataSize());
    13301331
    13311332            if (   pvData
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