VirtualBox

Ignore:
Timestamp:
Aug 10, 2016 11:13:07 AM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r63183 r63252  
    426426HRESULT GuestDnDTarget::leave(ULONG uScreenId)
    427427{
     428    RT_NOREF(uScreenId);
    428429#if !defined(VBOX_WITH_DRAG_AND_DROP)
    429430    ReturnComNotImplemented();
     
    620621        return setError(E_INVALIDARG, tr("Another drop operation already is in progress"));
    621622
    622     /* Dito. */
     623    /* Ditto. */
    623624    GuestDnDResponse *pResp = GuestDnDInst()->response();
    624625    AssertPtr(pResp);
     
    10111012    AssertPtr(pObj);
    10121013
    1013     GuestDnDResponse *pResp = pCtx->mpResp;
    1014     AssertPtr(pResp);
     1014    AssertPtr(pCtx->mpResp);
    10151015
    10161016    /** @todo Don't allow concurrent reads per context! */
     
    15031503    NOREF(msTimeout);
    15041504
    1505     GuestDnD *pInst = GuestDnDInst();
    1506     AssertPtr(pInst);
    1507 
    15081505    GuestDnDData *pData = &pCtx->mData;
    15091506
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