VirtualBox

Ignore:
Timestamp:
Jan 9, 2025 11:23:44 AM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166663
Message:

src/VBox/Devices/Audio/AudioTest.cpp: Fixed warnings found by Parfait (assignment unused). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107590  
    28092809    {
    28102810        rc = audioTestObjFileNormalize(pVerJob, &ObjA, &pVerJob->PCMProps);
    2811         if (RT_SUCCESS(rc))
    2812             rc = audioTestObjFileNormalize(pVerJob, &ObjB, &pVerJob->PCMProps);
     2811        CHECK_RC_MSG_MAYBE_RET(rc, pVerJob, "Normalizing object A failed");
     2812        rc = audioTestObjFileNormalize(pVerJob, &ObjB, &pVerJob->PCMProps);
     2813        CHECK_RC_MSG_MAYBE_RET(rc, pVerJob, "Normalizing object B failed");
    28132814    }
    28142815
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