VirtualBox

Changeset 90895 in vbox


Ignore:
Timestamp:
Aug 25, 2021 6:06:21 PM (3 years ago)
Author:
vboxsync
Message:

Audio/VKAT: Context for self-test is only needed to be available in the module itself [build fix]. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCmdSelfTest.cpp

    r90894 r90895  
    113113
    114114/** The global self-text context. */
    115 static SELFTESTCTX g_Ctx = { 0 };
     115static SELFTESTCTX g_Ctx;
    116116
    117117
     
    333333DECLCALLBACK(RTEXITCODE) audioTestCmdSelftestHandler(PRTGETOPTSTATE pGetState)
    334334{
     335    RT_ZERO(g_Ctx);
     336
    335337    /* Argument processing loop: */
    336338    int           rc;
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