VirtualBox

Changeset 85228 in vbox


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

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

File:
1 edited

Legend:

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

    r85211 r85228  
    26622662           && ch != '\0')
    26632663        psz++;
    2664     return psz - pszHaystack;
     2664    return (size_t)(psz - pszHaystack);
    26652665}
    26662666
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