VirtualBox

Changeset 78198 in vbox for trunk/src


Ignore:
Timestamp:
Apr 18, 2019 12:50:06 AM (6 years ago)
Author:
vboxsync
Message:

More build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_unpack.h

    r78196 r78198  
    101101    do \
    102102    { \
    103         if (RT_UNLIKELY((a_pState)->cbUnpackDataLeft < (a_cbAccess))) \
     103        if (RT_UNLIKELY((a_pState)->cbUnpackDataLeft < (size_t)(a_cbAccess))) \
    104104        { \
    105105            (a_pState)->rcUnpack = VERR_BUFFER_OVERFLOW; \
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