VirtualBox

Changeset 107416 in vbox


Ignore:
Timestamp:
Jan 6, 2025 2:11:18 PM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166467
Message:

Debugger/testcase/tstDBGCParser.cpp: Make function static as it is not used outside of the testcase, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/testcase/tstDBGCParser.cpp

    r106061 r107416  
    196196 * @param   pVar2               .
    197197 */
    198 bool DBGCVarAreIdentical(PCDBGCVAR pVar1, PCDBGCVAR pVar2)
     198static bool dbgcVarAreIdentical(PCDBGCVAR pVar1, PCDBGCVAR pVar2)
    199199{
    200200    if (!pVar1)
     
    333333            }
    334334
    335             if (!DBGCVarAreIdentical(&ExpectedArg, &paArgs[iArg]))
     335            if (!dbgcVarAreIdentical(&ExpectedArg, &paArgs[iArg]))
    336336                RTTestFailed(g_hTest,
    337337                             "Arg #%u\n"
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