VirtualBox

Changeset 68749 in vbox for trunk


Ignore:
Timestamp:
Sep 13, 2017 5:37:47 PM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.cpp

    r68683 r68749  
    133133STDMETHODIMP VBoxMMNotificationClient::OnDeviceAdded(LPCWSTR pwstrDeviceId)
    134134{
     135    RT_NOREF(pwstrDeviceId);
    135136    LogFunc(("%ls\n", pwstrDeviceId));
    136137    return S_OK;
     
    139140STDMETHODIMP VBoxMMNotificationClient::OnDeviceRemoved(LPCWSTR pwstrDeviceId)
    140141{
     142    RT_NOREF(pwstrDeviceId);
    141143    LogFunc(("%ls\n", pwstrDeviceId));
    142144    return S_OK;
     
    145147STDMETHODIMP VBoxMMNotificationClient::OnDefaultDeviceChanged(EDataFlow eFlow, ERole eRole, LPCWSTR pwstrDefaultDeviceId)
    146148{
    147     RT_NOREF(eRole, pwstrDefaultDeviceId);
     149    RT_NOREF(eFlow, eRole, pwstrDefaultDeviceId);
    148150
    149151    if (eFlow == eRender)
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