VirtualBox

Changeset 58778 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Nov 19, 2015 6:01:54 PM (9 years ago)
Author:
vboxsync
Message:

USBProxyDevice-solaris: warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp

    r57358 r58778  
    692692        for (;;)
    693693        {
    694             int cMilliesWait = cMillies == RT_INDEFINITE_WAIT ? -1 : cMillies;
     694            int cMilliesWait = cMillies == RT_INDEFINITE_WAIT ? -1 : (int)cMillies;
    695695            struct pollfd pfd[2];
    696696
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