VirtualBox

Changeset 85224 in vbox for trunk/include/iprt/asn1.h


Ignore:
Timestamp:
Jul 11, 2020 4:17:35 PM (4 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r85121 r85224  
    773773        int rc = RT_CONCAT(a_ImplExtNm,_InsertEx)(pThis, uPos, NULL /*pToClone*/, pThis->Allocation.pAllocator, &uPos); \
    774774        if (RT_SUCCESS(rc)) \
    775             return uPos; \
     775            return (int32_t)uPos; \
    776776        return rc; \
    777777    } \
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