VirtualBox

Changeset 62628 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jul 28, 2016 3:42:02 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109201
Message:

Devices: unused parameter warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r62511 r62628  
    11311131            break;
    11321132    }
     1133#else
     1134    RT_NOREF2(pIf, pszMsg);
    11331135#endif
    11341136
     
    14761478            break;
    14771479    }
     1480#else
     1481    RT_NOREF1(pszMsg);
    14781482#endif
    14791483    pCache->cEntries++;
     
    48764880    PINTNET   pIntNet = (PINTNET)pvUser2;
    48774881    Log(("intnetR0IfDestruct: pvObj=%p pIf=%p pIntNet=%p hIf=%RX32\n", pvObj, pIf, pIntNet, pIf->hIf));
     4882    RT_NOREF1(pvObj);
    48784883
    48794884    /*
     
    58965901    Log(("intnetR0NetworkDestruct: pvObj=%p pNetwork=%p pIntNet=%p %s\n", pvObj, pNetwork, pIntNet, pNetwork->szName));
    58975902    Assert(pNetwork->pIntNet == pIntNet);
     5903    RT_NOREF1(pvObj);
    58985904
    58995905    /* Take the big create/open/destroy sem. */
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