VirtualBox

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

Main: warnings

File:
1 edited

Legend:

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

    r63184 r63239  
    14381438void Console::i_VRDPInterceptAudio(uint32_t u32ClientId)
    14391439{
     1440    RT_NOREF(u32ClientId);
    14401441    LogFlowFuncEnter();
    14411442
     
    28122813HRESULT Console::detachUSBDevice(const com::Guid &aId, ComPtr<IUSBDevice> &aDevice)
    28132814{
     2815    RT_NOREF(aDevice);
    28142816#ifdef VBOX_WITH_USB
    28152817
     
    68566858                               bool aAllowNullVM /* = false */)
    68576859{
     6860    RT_NOREF(aAllowNullVM);
    68586861    AutoCaller autoCaller(this);
    68596862    /** @todo Fix race during console/VM reference destruction, refer @bugref{6318}
     
    87968799                             const char *pszCaptureFilename)
    87978800{
     8801    RT_NOREF(aHostDevice);
    87988802    LogFlowFuncEnter();
    87998803    LogFlowFunc(("that={%p} aUuid={%RTuuid}\n", that, aUuid));
     
    92189222                                     const char *pszErrorFmt, va_list va)
    92199223{
     9224    RT_SRC_POS_NOREF();
    92209225    Utf8Str *pErrorText = (Utf8Str *)pvUser;
    92219226    AssertPtr(pErrorText);
     
    92799284HRESULT Console::i_captureUSBDevices(PUVM pUVM)
    92809285{
     9286    RT_NOREF(pUVM);
    92819287    LogFlowThisFunc(("\n"));
    92829288
     
    1037310379DECLCALLBACK(int) Console::i_drvStatus_Construct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags)
    1037410380{
     10381    RT_NOREF(fFlags);
    1037510382    PDMDRV_CHECK_VERSIONS_RETURN(pDrvIns);
    1037610383    PDRVMAINSTATUS pThis = PDMINS_2_DATA(pDrvIns, PDRVMAINSTATUS);
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