VirtualBox

Changeset 85226 in vbox for trunk/include


Ignore:
Timestamp:
Jul 11, 2020 4:18:09 PM (5 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r82968 r85226  
    337337DECLINLINE(uint32_t) RTCritSectGetRecursion(PCRTCRITSECT pCritSect)
    338338{
    339     return pCritSect->cNestings;
     339    return (uint32_t)pCritSect->cNestings;
    340340}
    341341
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