VirtualBox

Changeset 48028 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 23, 2013 1:00:41 PM (11 years ago)
Author:
vboxsync
Message:

Devices: warnings.

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

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

    r45061 r48028  
    10231023
    10241024#else /* VBOX_WITH_WIN_PARPORT_SUP */
    1025     HANDLE hPort;
    10261025    pThis->fParportAvail     = false;
    10271026    pThis->u32LptAddr        = 0;
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r45061 r48028  
    10761076    }
    10771077
    1078     int rc;
    10791078#if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)
    10801079
    1081     rc = RTPipeClose(pThis->hWakeupPipeW); AssertRC(rc);
     1080    int rc = RTPipeClose(pThis->hWakeupPipeW); AssertRC(rc);
    10821081    pThis->hWakeupPipeW = NIL_RTPIPE;
    10831082    rc = RTPipeClose(pThis->hWakeupPipeR); AssertRC(rc);
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