VirtualBox

Ignore:
Timestamp:
Aug 10, 2016 12:23:00 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109890
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp

    r63177 r63258  
    337337static int tstClean(IVirtualBox *pVBox, IVirtualBoxClient *pClient)
    338338{
     339    NOREF(pClient);
    339340    HRESULT rc = S_OK;
    340341
     
    380381
    381382
    382 static DECLCALLBACK(int) tstThreadRun(RTTHREAD thread, void *pvUser)
    383 {
     383static DECLCALLBACK(int) tstThreadRun(RTTHREAD hThreadSelf, void *pvUser)
     384{
     385    RT_NOREF(hThreadSelf);
    384386    TestThreadArgs* args = (TestThreadArgs*)pvUser;
    385387    Assert(args != NULL);
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