VirtualBox

Changeset 47428 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 26, 2013 4:19:03 PM (12 years ago)
Author:
vboxsync
Message:

Addressed some warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r45965 r47428  
    12411241    if (pu8PendingIrq)
    12421242    {
    1243         Assert(irrv >= 0 && irrv <= UINT8_MAX);
     1243        Assert(irrv >= 0 && irrv <= (int)UINT8_MAX);
    12441244        *pu8PendingIrq = (uint8_t)irrv;
    12451245    }
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