VirtualBox

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


Ignore:
Timestamp:
Feb 19, 2024 7:52:27 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161736
Message:

Additions,Main,VMM,Runtime: Fix some unused expression warnings, bugref:3409

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

Legend:

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

    r99739 r103415  
    23832383        }
    23842384
    2385         AssertBreakStmt(cbToCompare >= cbReadA, VERR_INTERNAL_ERROR);
     2385        AssertBreakStmt(cbToCompare >= cbReadA, rc = VERR_INTERNAL_ERROR);
    23862386        cbToCompare -= cbReadA;
    23872387        offCur      += cbReadA;
  • trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp

    r98103 r103415  
    14061406
    14071407                uint32_t const cbBeaconRemaining = AudioTestBeaconGetRemaining(pBeacon);
    1408                 AssertBreakStmt(cbBeaconRemaining, VERR_WRONG_ORDER);
     1408                AssertBreakStmt(cbBeaconRemaining, rc = VERR_WRONG_ORDER);
    14091409
    14101410                /* Limit to exactly one beacon (pre or post). */
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