VirtualBox

Changeset 62610 in vbox for trunk/src/VBox/Devices/Parallel


Ignore:
Timestamp:
Jul 27, 2016 5:01:48 PM (9 years ago)
Author:
vboxsync
Message:

Devices: unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Parallel/DevParallel.cpp

    r62510 r62610  
    323323    PARALLELPORT *pThis = PDMINS_2_DATA(pDevIns, PPARALLELPORT);
    324324    int           rc = VINF_SUCCESS;
     325    RT_NOREF_PV(pvUser);
    325326
    326327    if (cb == 1)
     
    429430    PARALLELPORT *pThis = PDMINS_2_DATA(pDevIns, PARALLELPORT *);
    430431    int           rc = VINF_SUCCESS;
     432    RT_NOREF_PV(pvUser);
    431433
    432434    if (cb == 1)
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