VirtualBox

Changeset 63239 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 10, 2016 9:39:08 AM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

Location:
trunk/src/VBox/Main/include
Files:
4 edited

Legend:

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

    r63184 r63239  
    812812    /** @name Teleporter support
    813813     * @{ */
    814     static DECLCALLBACK(int)    i_teleporterSrcThreadWrapper(RTTHREAD hThread, void *pvUser);
     814    static DECLCALLBACK(int)    i_teleporterSrcThreadWrapper(RTTHREAD hThreadSelf, void *pvUser);
    815815    HRESULT                     i_teleporterSrc(TeleporterStateSrc *pState);
    816816    HRESULT                     i_teleporterSrcReadACK(TeleporterStateSrc *pState, const char *pszWhich, const char *pszNAckMsg = NULL);
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r62485 r63239  
    538538    GuestDnDURIObjCtx &getObj(uint64_t uID = 0)
    539539    {
     540        RT_NOREF(uID);
    540541        AssertMsg(uID == 0, ("Other objects than object 0 is not supported yet\n"));
    541542        return objCtx;
  • trunk/src/VBox/Main/include/PCIRawDevImpl.h

    r62485 r63239  
    4343    static DECLCALLBACK(int)    drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
    4444    static DECLCALLBACK(void)   drvDestruct(PPDMDRVINS pDrvIns);
    45     static DECLCALLBACK(void)   drvReset(PPDMDRVINS pDrvIns);
    4645    static DECLCALLBACK(int)    drvDeviceConstructComplete(PPDMIPCIRAWCONNECTOR pInterface, const char *pcszName,
    4746                                                           uint32_t uHostPCIAddress, uint32_t uGuestPCIAddress,
  • trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h

    r62485 r63239  
    6868
    6969    STDMETHOD(GetGUID)(GUID *guid);
    70     STDMETHOD(GetSource)(BSTR *source);
     70    STDMETHOD(GetSource)(BSTR *pBstrSource);
    7171    STDMETHOD(GetDescription)(BSTR *description);
    7272    STDMETHOD(GetHelpFile)(BSTR *pBstrHelpFile);
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