VirtualBox

Changeset 85229 in vbox for trunk/include


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

iprt/cdefs.h: Fixed Clang 11 warnings about RT_MAKE_U32_FROM_U8. bugref:9790

File:
1 edited

Legend:

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

    r85127 r85229  
    30643064    ((uint32_t)(  (uint32_t)((uint8_t)(b3)) << 24 \
    30653065                | (uint32_t)((uint8_t)(b2)) << 16 \
    3066                 | (uint16_t)((uint8_t)(b1)) << 8 \
     3066                | (uint32_t)((uint8_t)(b1)) << 8 \
    30673067                |            (uint8_t)(b0) ))
    30683068
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