VirtualBox

Changeset 63369 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Aug 12, 2016 4:45:31 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110010
Message:

warnings (gcc)

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

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

    r63362 r63369  
    6161#endif
    6262
     63#ifdef DEBUG
    6364DECLINLINE(void) audioMixBufDbgPrintInternal(PPDMAUDIOMIXBUF pMixBuf);
     65#endif
    6466
    6567/*
     
    11391141
    11401142#ifdef DEBUG
     1143
    11411144/**
    11421145 * Prints a single mixing buffer.
     
    12451248    audioMixBufDbgPrintInternal(pMixBuf);
    12461249}
    1247 #endif
     1250
     1251#endif /* DEBUG */
    12481252
    12491253/**
  • trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp

    r63360 r63369  
    859859            rc = AudioMixBufMixToParent(&pStream->MixBuf, cWrittenTotal,
    860860                                        &cProcessed);*/
     861        NOREF(cProcessed);
    861862        if (pcbRead)
    862863            *pcbRead = cWrittenTotal;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette