VirtualBox

Changeset 68486 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 21, 2017 1:56:07 PM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r68485 r68486  
    27202720static DECLCALLBACK(bool) drvAudioIsEnabled(PPDMIAUDIOCONNECTOR pInterface, PDMAUDIODIR enmDir)
    27212721{
    2722     AssertPtrReturn(pInterface, VERR_INVALID_POINTER);
     2722    AssertPtrReturn(pInterface, false);
    27232723
    27242724    PDRVAUDIO pThis = PDMIAUDIOCONNECTOR_2_DRVAUDIO(pInterface);
     
    27342734        pfEnabled = &pThis->Out.fEnabled;
    27352735    else
    2736         AssertFailedReturn(VERR_INVALID_PARAMETER);
     2736        AssertFailedReturn(false);
    27372737
    27382738    const bool fIsEnabled = *pfEnabled;
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