VirtualBox

Changeset 62890 in vbox for trunk/src/VBox/Devices/GIMDev


Ignore:
Timestamp:
Aug 2, 2016 11:51:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109490
Message:

Devices: warnings

Location:
trunk/src/VBox/Devices/GIMDev
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/GIMDev/GIMDev.cpp

    r62515 r62890  
    8484
    8585
    86 static DECLCALLBACK(int) gimDevR3DbgRecvThread(RTTHREAD ThreadSelf, void *pvUser)
    87 {
     86static DECLCALLBACK(int) gimDevR3DbgRecvThread(RTTHREAD hThreadSelf, void *pvUser)
     87{
     88    RT_NOREF1(hThreadSelf);
     89
    8890    /*
    8991     * Validate.
     
    176178static DECLCALLBACK(int) gimdevR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg)
    177179{
     180    RT_NOREF2(iInstance, pCfg);
    178181    Assert(iInstance == 0);
    179182    PGIMDEV pThis = PDMINS_2_DATA(pDevIns, PGIMDEV);
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