VirtualBox

Changeset 62367 in vbox


Ignore:
Timestamp:
Jul 20, 2016 4:10:38 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108913
Message:

s/DEBUG/RT_STRICT/

File:
1 edited

Legend:

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

    r62364 r62367  
    940940    AssertPtrReturn(pMixBuf, 0);
    941941
    942 #ifdef DEBUG
     942#ifdef RT_STRICT
    943943    uint32_t cSamples;
    944944#endif
     
    946946    if (pMixBuf->pParent) /* Is this a child buffer? */
    947947    {
    948 #ifdef DEBUG
     948#ifdef RT_STRICT
    949949        /* Use the sample count from the parent, as
    950950         * pMixBuf->cMixed specifies the sample count
     
    956956    else
    957957    {
    958 #ifdef DEBUG
     958#ifdef RT_STRICT
    959959        cSamples = pMixBuf->cSamples;
    960960#endif
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