VirtualBox

Changeset 57505 in vbox


Ignore:
Timestamp:
Aug 24, 2015 7:26:43 AM (9 years ago)
Author:
vboxsync
Message:

Main: a warning and a false positive

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r57500 r57505  
    161161    }
    162162
    163     void *const GetBufferMutable(void) { return pvScratchBuf; }
     163    void * GetBufferMutable(void) { return pvScratchBuf; }
    164164
    165165    size_t GetBufferSize(void) { return cbScratchBuf; }
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r57500 r57505  
    962962
    963963    int rc      = VINF_SUCCESS; /* Will be reported back to guest. */
    964     int rcGuest;                /* Contains error code from guest in case of VERR_GSTDND_GUEST_ERROR. */
     964    int rcGuest = VINF_SUCCESS; /* Contains error code from guest in case of VERR_GSTDND_GUEST_ERROR. */
    965965    bool fNotify = false;
    966966
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