VirtualBox

Changeset 62632 in vbox for trunk/src/VBox/Devices/PC


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

Devices: unused parameter warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r62609 r62632  
    854854PDMBOTHCBDECL(int) pitIOPortSpeakerRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb)
    855855{
    856     NOREF(pvUser);
     856    RT_NOREF2(pvUser, Port);
    857857    if (cb == 1)
    858858    {
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