VirtualBox

Changeset 19302 in vbox


Ignore:
Timestamp:
May 1, 2009 11:23:59 PM (16 years ago)
Author:
vboxsync
Message:

iprt/cpuset.h: Fixed pedantic C warning from MSC 8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpuset.h

    r15345 r19302  
    171171DECLINLINE(bool) RTCpuSetIsEqual(PCRTCPUSET pSet1, PCRTCPUSET pSet2)
    172172{
    173     return *pSet1 == *pSet2;
     173    return *pSet1 == *pSet2 ? true : false;
    174174}
    175175
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