VirtualBox

Changeset 85225 in vbox


Ignore:
Timestamp:
Jul 11, 2020 4:17:54 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139202
Message:

iprt/cpuset.h: Shut up sign conversion warnings. bugref:9790

File:
1 edited

Legend:

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

    r82968 r85225  
    329329                u64 <<= 1;
    330330            }
    331             return (int)i * 64 + iBit;
     331            return (int)i * 64 + (int)iBit;
    332332        }
    333333    }
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